Modify ↓
      
Opened 18 years ago
Closed 18 years ago
#7052 closed defect (wontfix)
jQuery code should be no-conflict
| Reported by: | Owned by: | Matthew Good | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | plugin/spamfilter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
jQuery code uses the old-style $(document).ready(function() ..  function and should use jQuery('document').ready(function($) ...
Patch attached.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | jQuery_update.diff added | 
|---|
comment:1 by , 18 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
noConflict mode can be controlled on a per-handler basis, so it is fine to leave this. Please see [6715].
  Note:
 See   TracTickets
 for help on using tickets.
    


  
update jQuery to no-confict