[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread Varun Khatri
I was checking it on the link that you sent me , so do you think I need it to have form tag seperately in each tab ... and then use it or I can just use aspnetForm... The problem is how in each tab i will have different validation ... Like tab1 will have textbox1 and submitbutton1...tab2 will hav

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread tres
It is being used and is stable in an enterprise environment so I shouldn't say "alpha". The only reason I said that was because I do want to do a lot more work to it and the api might change. Trey On Feb 5, 9:42 am, tres wrote: > Varun, > > I've actually solved a problem like this for the com

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread tres
Varun, I've actually solved a problem like this for the company that I work for. I have 5 tabs, all located within 1 form. I also had to label the tabs that had errors and focus the first one that had errors. This is simply unachievable without a bit of "hacking" with the .validate() plugin. Don'

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread Caldur
Well, you can have as many elements as you want on a page, but you can only have one element per page. Not sure if that will help you any. On Feb 3, 6:12 pm, varun wrote: > Hi Everybody > > I am trying to use validation plugin with ui tbas. > > suppose I have 5 tabs on page and every tab have