[jQuery] Jquery AJAXsubmit and cookie

2007-01-14 Thread unohoo
I use the AJAXsubmit and ajaxform at a couple of places in my php app. So, when a user clicks on 'change privacy', a form with radio buttons appears to change privacy settings of photo. the form relies on ajaxsubmit for submission. Now, at the target php file, I want to first check if the user

Re: [jQuery] Jquery AJAXsubmit and cookie

2007-01-14 Thread unohoo
be to return a different xml format with the error message in it instead of the normal data. On 1/14/07, unohoo [EMAIL PROTECTED] wrote: I use the AJAXsubmit and ajaxform at a couple of places in my php app. So, when a user clicks on 'change privacy', a form with radio buttons appears

Re: [jQuery] Jquery AJAXsubmit and cookie

2007-01-14 Thread unohoo
to send. when you realize that it needs a new login window.location = login.php and you are outta there! On 1/14/07, unohoo [EMAIL PROTECTED] wrote: That makes sense conceptually, but how to translate that to jquery code ? How to verify the returning header from the php file

[jQuery] a on click show form

2007-01-10 Thread unohoo
Hi, I'm a convert from prototype and so apologies if this may come out as a dummy question. What I intend to do is following: I have a link ( element). On click, it displays a form which has 2 radio elements. By default, this form is not visible. only when the element is clicked, the form

Re: [jQuery] a on click show form

2007-01-10 Thread unohoo
selector -- where would it go -- in the main $(function) ? Sorry abt the newbie questions. thanks, pranav. Klaus Hartl wrote: unohoo schrieb: Hi, I'm a convert from prototype and so apologies if this may come out as a dummy question. What I intend to do is following: I have a link