Closed (fixed)
Project:
Thickbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Apr 2009 at 19:00 UTC
Updated:
2 May 2009 at 21:40 UTC
Jump to comment: Most recent file
Issue related with #358082: jQuery 1.3 in Drupal 6.x
To help ThickBox 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 |
|---|---|---|---|
| #1 | thickbox_js.patch | 1.19 KB | jcmarco |
| #1 | thickbox_login_js.patch | 1003 bytes | jcmarco |
| thickbox_js.patch | 1.19 KB | jcmarco |
Comments
Comment #1
jcmarco commentedUpdated patch to last dev version
Also added a patch for thickbox login
Comment #2
jcmarco commentedComment #3
frjo commentedThanks for the heads up on this issue and the patch. Committed to 6-dev.