Unable to hide the bottom page info?
Unable to hide the bottom page info?
Link to test case: http://live.datatables.net/nulajubo/1/edit
Description of problem: while clicking the button <button id="hide">bottom-page-info-hide</button>
This question has an accepted answers - jump to answer
Answers
It was using the wrong class - this seems to be doing what you want: http://live.datatables.net/nulajubo/2/edit
Colin
COLIN,
but how to hide the bottom info only with that button ?
Use the jQuery :eq() selector, like this:
http://live.datatables.net/nulajubo/3/edit
Kevin
Hi All,