Changes between Version 5 and Version 6 of Ticket #9958, comment 7
- Timestamp:
- Feb 13, 2013, 5:53:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9958, comment 7
v5 v6 17 17 .find('a[href*="void(0)"]').attr('href','###'); 18 18 19 /* OR.. modification to the above line if you prefer not to have 20 "###" appended to your browser's URL (personal gripe of mine): 21 22 $(dialogShowEvent.data._.element.$) 23 .find('a[href*="void(0)"]:not([onclick])') 24 .attr('href','###').attr("onclick","return false;"); 25 26 */ 19 27 }); 20 28 });