Closed (fixed)
Project:
Community Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2009 at 08:49 UTC
Updated:
17 Dec 2009 at 02:10 UTC
Related with issue #358082: jQuery 1.3 in Drupal 6.x
To help Community Tags work with jQuery 1.3.2 in jQuery Update can we please remove the @ in the selectors. It was depreciated as of 1.2 and removed in 1.3. Change highlighted below.
jQuery 1.2.x:
$("a[@href*='admin/build/testing']").doSomething();
jQuery 1.2.6 and 1.3.x:
$("a[href*='admin/build/testing']").doSomething();
More detail at http://docs.jquery.com/Selectors/attributeHas#attribute
| Comment | File | Size | Author |
|---|---|---|---|
| community_tags_js.patch | 533 bytes | jcmarco |
Comments
Comment #1
neurovation.kiwi commentedreviewed - ok and needed if you use jQuery Update
By the way:
the "@" syntax is already deprecated in jQuery 1.2.x
Comment #2
entrigan commentedthanks for catching this, I will commit tomorrow.
Comment #3
entrigan commentedcommitted
Comment #5
valderama commentedthis patch should also be applied for community tags version 6.x-1.0-beta2
best,
walter
Comment #6
entrigan commentedI will create a new release soon, but regardless this is committed to the 6.x branch, and should be considered fixed.