[jQuery] Too much recursion

2009-08-28 Thread FCCS
Hello, I'm trying to build a simple fadeIn - fadeOut loop on a div, but I get an infinite recursion the way I do it : // + Code function visibleFadeIn() { jQuery('#visible').fadeIn(2000, visibleFadeOut()); } function visibleFadeOut() { jQuery('#visible').fadeOut(2000,

[jQuery] “too much recursion” error in JQuery 1. 3.2

2009-03-12 Thread Elias
I am trying to make a form with some dynamic behavior. Specifically, I have my inputs in divs, and I would like to make it so when the user clicks anywhere in the div, the input is selected. I was using JQuery 1.2.6 and everything worked fine. However, I upgraded to JQuery 1.3.2 and I am getting

[jQuery] too much recursion in newest droppable - jQueryUI

2007-09-11 Thread PragueExpat
I've posted a problem that I'm having with droppables and jQuery here: http://groups.google.com/group/jquery-ui/browse_thread/thread/f63eec69a7a0afe8 It is still a problem in 1.2 - There is an example html page in the discussion. Using firebug, you will see a recursion timeout after you drop

[jQuery] too much recursion (sound PopUp)

2007-07-10 Thread tlob
Hello I finaly managed to finish my job. Only with your help. http://siggibucher.com/preview/soundtest.html But when I click the sound on link, Firebug is complaining about too much recursion window.focus(); I have no idea, was this is, or should I change something? THX in advance! tom