[jQuery] Slide in / out message

2009-07-04 Thread Snaak
Hi all, I try to make a div to slide down, pauze for 5 seconds and then slide up. This is meant for showing a message. Just like the Twitter interface. But I cannot get it working. Anyone an good idea? Thx in advance! Current code: $(".testbutton").click(function () { $('#test').slideDown(

[jQuery] Load page after succesfull validation

2009-01-16 Thread Snaak
Hi all, I am struglin' for a while to load a PHP file after a succesfull validation with the beautiful Basisstance Validation plugin. How can I use the submitHandler to load an external PHP file and please the data in the right target? submitHandler: function(form) { jQuery(form).aj