How to add js to tablepress
-
I need to hide a tablepress row if last child in it is empty. I found a js file which does this . i have mentioned everything here https://jsfiddle.net/A4Wgk/103/ .
Please any one help me to add this js file to my html .because adding it as below is not helping me..
<script> $('td:last-child:empty').parent().hide(); </script>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to add js to tablepress’ is closed to new replies.