Remove @ from selectors

jcmarco - September 14, 2009 - 10:23
Project:Community Tags
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

Problems in fixed with this patch

AttachmentSize
community_tags_js.patch533 bytes

#1

entrigan - September 15, 2009 - 04:05
Status:needs review» fixed

The patch has already been applied, but I notice there is also a name selector which still had the @ prefix. This is now fixed. Thanks

#2

System Message - September 29, 2009 - 04:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.