[jQuery] delay delivery of a link

2008-11-04 Thread Manuel Meyer


Hey,
is there a way of delay the delivery of a link?
The idea I have is to display a disclaimer in case a a-element,  
pointing to an external site, is clicked.
To ensure the user can read this disclaimer, i would like to delay the  
browser for 1 or 2 seconds, as ie Opera reacts very fast, while with  
FF on Mac OS X I have a lot time to read it.


I hoped there would be an equivalent to preventDefault(), but there  
isnt, right?


So another solution could be writing the href-attribute to a variable  
and make the browser execute it later.
But as I am a jQuery-newbie I dont know how to do it. Is it possible  
at all?


Thanks, Manuel


[jQuery] Tools for packing js

2008-09-22 Thread Manuel Meyer

Hey,

few days ago I started to develop with jQuery - and I love it!

I'd like to know what tool was used to pack jquery.

Another thing: In the last days docs.jquery.com was down several  
times. Is there any mirror?

Manuel