6 ms·
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
by gautaml 15y 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.