Hi all,On my website I am using hide() and show() animation for a list wich appears when the listmenu is changed and it's writen like this in Js file $('#find').show(1000); $('#find').hide(1000);
recently I saw something in Jquery UI website and tried to use it but it didn't work $('#find').show( "explode", {}, 1000 ); my table just become visible and invisible without any animation and sometme it doesn't work either
this is the website if you need to look to give me advice http://delimes.ru/ and the list menu is on the right top ,just choose something to watch, Who can help me with this problem?