[jQuery] Re: How to go to top of page after form validation fails (using jQuery validation plugin)

2009-05-25 Thread Kathryn
Hi folks, I found the answer: scroll(0,0); In my code, I put this line right after the code to generate the error message at the top of the page telling how many total errors there are. Hope this is helpful to someone. Kathryn On Mar 31, 6:05 pm, Kathryn kathry...@gmail.com wrote: I'm

[jQuery] Trouble passing additional data with getJSON

2009-04-13 Thread Kathryn
used a similar function on another page and it works fine. The only difference is that it's attached to the change event of a dropdown rather than the click event of a button. What am I missing??? Thanks! Kathryn

[jQuery] Re: Trouble passing additional data with getJSON

2009-04-13 Thread Kathryn
/the-missing-parameter-of-jquerypost I changed getJSON to post, specified the datatype as json, changed request.querystring to request.form in the asp file, and it worked. I may never know why the other one didn't work, but thank goodness this one is working. Cheers, Kathryn On Apr 13, 4:14 pm

[jQuery] Re: Form no longer works with upgrade to 1.3.2

2009-03-31 Thread Kathryn
not!) but jQuery ROCKS! I'm just learning it, but it has simplified my coding and put wonderful enhancements within easy reach. THANK YOU!!! Kathryn On Mar 30, 10:16 pm, John Resig jere...@gmail.com wrote: Well, without being able to see the form in question - does your page validate? If everything

[jQuery] How to go to top of page after form validation fails (using jQuery validation plugin)

2009-03-31 Thread Kathryn
go to the top of the page after validation fails? (Seems like this should be easy, but googling didn't reveal an answer.) Thanks in advance-- Kathryn

[jQuery] Form no longer works with upgrade to 1.3.2

2009-03-30 Thread Kathryn
are contained in the dept variable and all the other variables are empty. I know it's not a problem with the ASP code, because it was working immediately before the upgrade and I haven't changed it. Has anyone else had this happen, and if so, what did you do about it? Thanks in advance, Kathryn

[jQuery] Re: Need help validating a dropdown list

2009-02-02 Thread Kathryn
Jörn, Many thanks for the clarification and tip. When I removed the value attribute completely, it didn't work, but when I left it in with no value, the error message came up as expected. The code below works. Thanks again-- Kathryn select name='class_date' id='class_date' class='required

[jQuery] Need help validating a dropdown list

2009-01-31 Thread Kathryn
What am I doing wrong? Or is there another way to do this? Thanks in advance! Kathryn