[jQuery] Timeout

2009-08-15 Thread shaf
Hi Guys How do I set a timeout in jquery ? E.g. if a page is inactive for 20 seconds a message pops up asking the user to refresh the page.

[jQuery] Timeout

2009-03-31 Thread Elledinho
Hi guys. Can you tell me how to make a ajax-script witch is running in the "background"? I want a script witch reloads a .php-file every 10th second. How can I do this? :-)

[jQuery] Timeout is triggered after calling .abort() on xhr request

2008-10-15 Thread Pigletto
Hi! I'v found that aborting ajax request that has timeout set, doesn't stop timeout event from occuring. My code is something like: -- $.ajaxSetup({ timeout:12 }); var req = $.ajax({url:AJAX_URLS.my_url, type: '

[jQuery] Timeout/sleep in jQuery?

2008-09-10 Thread RichUncleSkeleton
I've made a drop-down menu with jQuery which works great, except that on mouseout the menu disappears instantly. I'd like it if there was a delay before the menu disappeared, in case the user moves the mouse out slightly by accident (or when moving to other parts of the menu). Here is my current

[jQuery] Timeout on a .getScript()

2007-10-01 Thread Tane Piper
Hey folks, In my app, what I have on pageload is a .getScript() that loads in the Ajax API for recaptcha (as can be seen at http://pastemonkey.digitalspaghetti.me.uk). I also use blockUI on this site, and I have hit a snag, in that if the getScript fails for whatever reason, it doesn't time out