How to use differents versions
How to use differents versions
bobby_jackson
Posts: 3Questions: 0Answers: 0
basically that, I need to use two versions of datatables, your been asking why... the reason is that my work inviroment includes in the header the library of datatables and I can't replace it. So I wish to have my own version (the last) plus the one that came in the header that I've to use (1.5.2).
Thanks in advanced.
Thanks in advanced.
This discussion has been closed.
Replies
[code]
$.fn.dataTableSettings = [];
$.fn.dataTableExt = {};
$.fn.dataTable = function( oInit )
[/code]
and then any references to fn.dataTableSettings and fn.dataTableExt.
Allan
Regards.
Allan