[jQuery] Re: Once validated..
I see, you set a js var to equal the var in php, that's very good to know. Thank you.
[jQuery] Re: Once validated..
You can check a var in jQuery using the following method: var my_js_var = ""; if (my_js_var == "Value) { alert("Value set"); } Thats one of the Q's down! M On Jan 13, 3:45 am, Nikola wrote: > I'm validating a form in php and am wondering how I c