Changes between Version 2 and Version 3 of Ticket #7549, comment 1
- Timestamp:
- Nov 18, 2010, 4:35:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7549, comment 1
v2 v3 1 There is no signature of `jQuery( ... )` which accepts an array of jQuery objects. Maybe you meant to use the `jQuery( elementArray )` signature which accepts an array of DOM elements ([http://api.jquery.com/jQuery/ jQuery() docs]). 1 There is no signature of `jQuery( ... )` which accepts an array of jQuery objects. Maybe you meant to use the `jQuery( elementArray )` signature which accepts an array of DOM elements ([http://api.jquery.com/jQuery/ jQuery() docs]). If this worked in 1.4.2 it was a bug that got fixed. 2 2 3 3 See this [http://www.jsfiddle.net/jitter/XKYaA/ test case] for the correct usage