Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2009 at 10:02 UTC
Updated:
24 Nov 2009 at 17:14 UTC
Related with issue #358082: jQuery 1.3 in Drupal 6.x
To help FAQ 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
| Comment | File | Size | Author |
|---|---|---|---|
| faq_js.patch | 10.46 KB | jcmarco |
Comments
Comment #1
stella commentedFixed, thanks! Fix will be included in the latest dev release, available later today.
Comment #3
stella commentedReleased in faq 6.x-1.9.