datatable with tooltip
datatable with tooltip
hi everybody, i have this code:
$(document).ready(function() {
$("#categories img[title]").tooltip();
var oTable = $('#categories').dataTable(
{
//content datatable
}
);
oTable.fnDraw(true);
} );
but when i run the code above it doesnt work :s.... what i am doing bad??
the i.e says: objects doesnt support this property or method.. how i can use datatable with tooltip http://flowplayer.org/tools/tooltip/index.html ????
$(document).ready(function() {
$("#categories img[title]").tooltip();
var oTable = $('#categories').dataTable(
{
//content datatable
}
);
oTable.fnDraw(true);
} );
but when i run the code above it doesnt work :s.... what i am doing bad??
the i.e says: objects doesnt support this property or method.. how i can use datatable with tooltip http://flowplayer.org/tools/tooltip/index.html ????
This discussion has been closed.
Replies
Allan