Remove deprecated jQuery selector "@"
dereine - June 8, 2009 - 20:38
| Project: | Tabs panel style |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Note: In jQuery 1.3 [@attr] style selectors were removed (they were previously deprecated in jQuery 1.2). Simply remove the '@' symbol from your selectors in order to make them work again.
Note: Just for 6.x version, on drupal5 there is an old version

#1
Simple change, as the docs already indicate, just removing the '@' is sufficient :)
#2
here is incredible small patch