![]() Topic awaiting preservation: Finding functions in javascript |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: �vik |
![]() If I have a function like this, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Well, all global functions are properties of the Window object. Combined with the typeof operator, you might be able to find a way to get a list of all the functions. |
Bipolar (III) Inmate From: �vik |
![]() Uhm.. I'm ashamed to ask almost.. what do you mean with the 'typeof'? |
Bipolar (III) Inmate From: �vik |
![]() Nevermind, I got it. |