same as the one you have but with the Contains selector
$("a[href*='/schedule/']").attr('target','_blank');
Jaime
2010-08-30 21:43:14
same as the one you have but with the Contains selector
$("a[href*='/schedule/']").attr('target','_blank');
try this:
$("a[href*='/schedule/']").attr('target','_blank');
For width / height constraints you need to open a popup window (lookup window.open...) or use a modal window that can load external content into an iframe.