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

CommentFileSizeAuthor
community_tags_js.patch533 bytesjcmarco

Comments

neurovation.kiwi’s picture

Status: Needs review » Reviewed & tested by the community

reviewed - ok and needed if you use jQuery Update

By the way:
the "@" syntax is already deprecated in jQuery 1.2.x

entrigan’s picture

thanks for catching this, I will commit tomorrow.

entrigan’s picture

Status: Reviewed & tested by the community » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

valderama’s picture

Status: Closed (fixed) » Active

this patch should also be applied for community tags version 6.x-1.0-beta2

best,
walter

entrigan’s picture

Status: Active » Fixed

I will create a new release soon, but regardless this is committed to the 6.x branch, and should be considered fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.