Dynamically hiding row with ID or HTML tag

Dynamically hiding row with ID or HTML tag

markjomarkjo Posts: 66Questions: 0Answers: 0
edited May 2013 in General
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
[code][/code]

Are these possible with [code]fnFilter[/code], or must I use plugin?
This discussion has been closed.