Hacker News new | ask | show | jobs
by gautaml 5210 days ago
You can actually remove the calls to slideUp(200) and slideDown(200) and replace them with hide() and show() respectively.

As well you can set the -hover class to not alter the looks if you don't want the hover effect.