Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3100 closed bug (fixed)

validate

Reported by: emilio.rst Owned by:
Priority: major Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:

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 (1)

comment:1 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in 1.4.

Note: See TracTickets for help on using tickets.