Hi everyone,
i wonder what construction should i use to do the following..
i have a function. Inside of it, i would like to see if other function is available on the page. If yes, then run it, if not, do not call it. The page is ASP.NET.
there is javascript library that i modifying to call my function. But i don't need to call that function (or place it on the page everytime i am using a control that uses javascript library).
thanks for any suggestiongs !
i wonder what construction should i use to do the following..
i have a function. Inside of it, i would like to see if other function is available on the page. If yes, then run it, if not, do not call it. The page is ASP.NET.
there is javascript library that i modifying to call my function. But i don't need to call that function (or place it on the page everytime i am using a control that uses javascript library).
thanks for any suggestiongs !