Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function somenoobfunction() {
- }
- // using jQuery
- if ($.isFunction(window.somenoobfunction)) {
- //execute it
- somenoobfunction();
- } else {
- //doesnt exists... cry?!?
- document.writeln('somenoobfunction does not exist');
- }
Add Comment
Please, Sign In to add comment