sounds horrid but you can put alert or console.log throughout your code see where it gets to last before hanging
On Nov 19, 5:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On one page, Firefox throws the "a script is taking too long" message. > > On clicking 'Debug Script', it points to the following line of jQuery: > > / first.push(second[i]); > > /Which is in... > > / merge: function(first, second) > { > } > / > Assuming that there aren't any problems with jQuery, how can i find out > which code is throwing this error? > > Thanks > > Fahed