How to override jquery's show() and hide() functions
- by Max Williams
hi all
Short version of question: see title
Long version of question:
I've used jquery's show() and hide() functions extensively in my code and just encountered a bit of a problem: they work by changing the display attribute of the element to 'block' or 'none' respectively, so that if you have somethin that has display: inline and then hide…