How to read the body of methods in JavaScript
-
I want to read the Javascript method body how could I do this, could u refer me few links Thanks SaiNath
-
I want to read the Javascript method body how could I do this, could u refer me few links Thanks SaiNath
You want to read the code which is inside the {} of function? :-D
sunaSaRa Imdadhusen +91 99095 44184 +91 02767 284464
-
I want to read the Javascript method body how could I do this, could u refer me few links Thanks SaiNath
Are you saying you want to read the method body?? I don't see why you would want to do that, but this link might be useful - http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256BF8004D72D6[^] This one loops through all properties in an object passed and you could modify this method to find out the contents of your function alone. Out of curiosity, if you don't mind, what is this for?
Cheers, Karthik
-
I want to read the Javascript method body how could I do this, could u refer me few links Thanks SaiNath