[jQuery] show and hide div (please help me)

2009-10-01 Thread hamed7
  please wait... i have this for example,and i want when user select item from select show please wait... and when data load complete in select2 then hide please wait... please help me i am new in jquery , edit my example

[jQuery] Show and Hide DIV

2007-04-26 Thread Massimiliano Marini
Hi all, I'm in this situation : Pippo Pluto when I click on Pippo I show the div #divPippo e vice-versa with Pluto with this code (I don't know if is good but it work :) ) : $("a").click(function(){ var div = ($(this).attr("href")); $(div).show("fast"); retu