samedi 28 février 2015

How to insert a table within of a iframe?


I'd like to insert this piece of code without of an iframe:


I have the following HTML and JQUERY code and it works perfectly:



$('#info').append('<h3>' + 'Sectores de la comuna de Curicó' + '</h3>' +
'<table id="sectoresTableID" class="table table-hover table-condensed" style="width:99%">' +
'<head>' +
'<tr>' +
'<th>Número</th>' +
'<th>Sector</th>' +
'</tr>' +
'</head>' +
'<body>' +
'</body>' +
'</table>');


But now, I want to insert this table within of an Iframe, I have tried to insert a table tag within of append but It doesn't work.





Aucun commentaire:

Enregistrer un commentaire