Modify ↓
Opened 8 years ago
Closed 8 years ago
#12972 closed defect (fixed)
Support jQuery 1.11.x bundled in Trac 1.2
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | UsernameDecoratePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
$.live
has been removed since jQuery 1.9. However, bundled jquery.tips.js uses the $.live
.
The original jquery.tips.js, https://github.com/jaz303/tipsy, has no recent changes 4 years. Instead, try to replace with forked jquery.tips.js in https://github.com/CloCkWeRX/tipsy.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
live
option in jquery.tips.js is not used in this plugin. No need to modify.