Opened 15 years ago
Closed 15 years ago
#3061 closed bug (fixed)
[validate] fix for non-jQuery $ situations (v 1.3)
Reported by: | hober | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The <code>jQuery.extend(jQuery.validator...</code> block is not wrapped in <code>;(function($) {...})(jQuery);</code>, and thus breaks when <code>$</code> isn't <code>jQuery</code>.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | v1.3-dollar-conflict.patch added |
---|
comment:1 Changed 15 years ago by
Sorry for the formatting--originally tried to use the form at http://plugins.jquery.com/node/add/project-issue/validate to submit the bug.
Note: See
TracTickets for help on using
tickets.
Patch to fix this