Bug Tracker

Changes between Version 10 and Version 11 of Ticket #9521, comment 15


Ignore:
Timestamp:
01/10/12 16:09:12 (16 months ago)
Author:
jdalton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9521, comment 15

    v10 v11  
    77{{{ 
    88var 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 
    1110}}} 
    1211