Apr042011
0
jQuery code snippet to check whether a function exists within the JavaScript code. This can be easily achieved by using the jQuery.isFunction() function. Useful for checking if a jQuery function exists before calling it! <script type="text/javascript"> function somenoobfunction() { } …


