[jQuery] Validate issue with firefox

2009-03-06 Thread BSpizzle
I'm running into some issues and I was hoping that someone could shine a light on what's happening, I am using ASP.Net and the following controls seem to work for all other pages I have which submit (the following is from the rendered page, not the aspx): Cancel The onclick events are never ob

[jQuery] Alphanumeric plugin doesn't prevent underscores

2009-03-04 Thread BSpizzle
something I have noticed and don't seem to be able to find a way around is that with the alphanumeric plugin (http://itgroup.com.ph/ alphanumeric/) and in all demos I've seen online and in my use of this, it appears that the underscore character is not parsed out like every other character. the 'i

[jQuery] Re: Validate Plugin disabling other JS on the page

2009-03-03 Thread BSpizzle
ANSWER: This was being caused by the onclick event posting back, which the validate plugin had disabled. I changed the behavior of my radio buttons onclick method to get around this. On Mar 2, 1:16 pm, BSpizzle wrote: > Hello all, > > I am using the jQuery Validate plu

[jQuery] Validate Plugin disabling other JS on the page

2009-03-02 Thread BSpizzle
Hello all, I am using the jQuery Validate plugin (http://docs.jquery.com/Plugins/ Validation) and am running into an issue with the other javascript I need to have running on the page. I have an Onclick event wired into a radio button in the form, but when one of the required fields fails validat