I have an HTML button. I need these:
* when "data-mydata" attribute of button is changed to "hide" I will hide that row, or,
* hide the row that has a button with id=13
Are these possible with
* when "data-mydata" attribute of button is changed to "hide" I will hide that row, or,
* hide the row that has a button with id=13
<button id="13" href="/somehere/" onclick="domething();" data-mydata="show"></button>
Are these possible with
fnFilter, or must I use plugin?