Changes between Version 10 and Version 11 of Ticket #9521, comment 15
- Timestamp:
- 01/10/12 16:09:12 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9521, comment 15
v10 v11 7 7 {{{ 8 8 var param = unescape((/[#&]p=([^&]+)/.exec(location.hash) || 0)[1]); 9 $('.sub a[href*="' + param + '"]:first'); // returns [<img ...>] 10 $('.sub a[href*="' + param + '"]:first').appendTo('body') // alerts 1 9 $('.sub a[href*="' + param + '"]:first'); // returns [<img ...>] and alerts 1 11 10 }}} 12 11
