fnAddData img closing tag removed
fnAddData img closing tag removed
nagyzsolthun
Posts: 1Questions: 0Answers: 0
Hi,
I run into a strange issue while playing with DataTables: The closing tag of img elements are removed when added to table via fnAddData (only img tags). Is this a bug / feature? :)
[code]
$(document).ready(function() {
$('#example').dataTable().fnAddData(['pictext']);
alert($("td").html());
});
[/code]
I run into a strange issue while playing with DataTables: The closing tag of img elements are removed when added to table via fnAddData (only img tags). Is this a bug / feature? :)
[code]
$(document).ready(function() {
$('#example').dataTable().fnAddData(['pictext']);
alert($("td").html());
});
[/code]
This discussion has been closed.