Modify ↓
Ticket #3100 (closed bug: fixed)
validate
| Reported by: | emilio.rst | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi i'm triying to use the jQuery Validate plugin with Prototype in jQuery No Conflict Mode, and this crash.
This happens becuase i using prototype, jquery and jquery-validate.
jQuery validate not was programmed in no conflict mode, to solve that i replace in jquery.validate.js the word "$." widh "jQuery." and the word "$(" whith "jQuery(".
I think that this problem has to be solved in profit of the jQuery spirit of no intrusion.
By other hand, jQuery is a amazing tool :)
Thanks.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in 1.4.