A jQuery plugin is applying an inline style (display:block
). I'm feeling lazy and want to override it with display:none
.
What's the best (lazy) way?
A jQuery plugin is applying an inline style (display:block
). I'm feeling lazy and want to override it with display:none
.
What's the best (lazy) way?
Here is an inlineStyle selector filter I wrote that plugs into jQuery.
In your case you could use this like: