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?