Side navigation
#13336 closed bug (notabug)
Opened January 28, 2013 01:35PM UTC
Closed January 28, 2013 01:43PM UTC
Stack Overflow In IE8 using jquery 1.7.2
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using jqSOAPClient.js file
calling SOAPClient.SendRequest(sr, update)
function update(object)
{
$.timer(500, function (timer) {refresh(true);timer.stop();});
}
After executing this line it gives error in jquery.js file
Out of stack space
near
each: function( callback, args ) {
return jQuery.each( this, callback, args );
},
i am new to jquery please help.
Attachments (0)
Change History (1)
Changed January 28, 2013 01:43PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Please ask for help on a forum, this is not a jQuery core bug.