[jQuery] forms plugin: problem with $.get

2009-05-17 Thread Shade
rror").show().append(data); errors++; } }); Do you know how i can check if "data" exist, to set "errors" +1? Regards, Shade

[jQuery] open modal from onClose of previous modal -- problems

2009-04-20 Thread Shade
I have a case where I wanted to open modal "B" from the onClose handler of modal "A". This works fine, but then the "close" button of modal "B" fails to function properly. However, if in the onClose handler, i simply do a setTimeout(...,0) to delay the re-opening of the modal until immediately aft