jquery arguments.callee
Posted
by Gidon
on Stack Overflow
See other posts from Stack Overflow
or by Gidon
Published on 2010-04-12T00:51:23Z
Indexed on
2010/04/12
0:53 UTC
Read the original article
Hit count: 391
jQuery
|JavaScript
I'm trying to adjust a jquery script to my needs and encountered the following lines-
arguments.callee.eabad1be5eed94cb0232f71c2e5ce5 = function() {
_c3();
_c4();
return;
};
what is it?
© Stack Overflow or respective owner