Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13336 closed bug (notabug)

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.

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: notabug
Status: newclosed

Please ask for help on a forum, this is not a jQuery core bug.

Note: See TracTickets for help on using tickets.