Side navigation
#3061 closed bug (fixed)
Opened June 18, 2008 07:57PM UTC
Closed August 07, 2008 01:28PM UTC
[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>.
Sorry for the formatting--originally tried to use the form at http://plugins.jquery.com/node/add/project-issue/validate to submit the bug.