FixedHeader not working with Joomla
FixedHeader not working with Joomla
justdietnow
Posts: 11Questions: 5Answers: 0
I've managed to get everything working with a Joomla site using the variable
jQuery.noConflict();
I've changed new $.fn.dataTable.FixedHeader( table ); TO new jQuery.fn.dataTable.FixedHeader( table );
This does nothing. Any help is appreciated.
justdietnow.com/test.html
This discussion has been closed.
Answers
I've also tried numerous ways to avoid a conflict with Mootools to no avail.
Nevermind, forgot to add script