[jQuery] Re: Altering external links

2009-03-09 Thread ToTalTim
http://www.front-end.nu/?p=6 On 9 mrt, 15:48, Ed Lerner wrote: > How would I modify the following to only target anchors with an href > beginning with "http"? > > $('a').each(function(index) { >   $(this).attr({ >     'target': 'blank' >   }); > > > > });- Tekst uit oorspronkelijk bericht niet w

[jQuery] Jquery.flash plugin causes flickering

2009-03-09 Thread ToTalTim
Hello, Im using Jquery Flash plugin for embedding Flash movies into my website.(http://jquery.lukelutman.com/plugins/flash) When doing this the HTML-version shows up before it gets overwritten by the flash-version, how to get rid of this slight flickering? Way i use it: $('#headertext').ea