jQuery Update 2 branch incompatability
btopro - July 28, 2009 - 14:44
| Project: | jTooltips |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
http://docs.jquery.com/Release:jQuery_1.3#Changes
"The '@' in [@attr] has been removed. Deprecated since 1.2 this old syntax no longer works. Simply remove the @ to upgrade."
To make jtooltips / your Drupal site work correctly with jquery_update and this module activated, look for S(\'[@d]\') in the file jtooltips/js/jquery.tooltip.pack.js and take out the @ . The module will work as intended once you take out the @. This is critical if you're using jQuery 1.3.
