Calling custom functions from firebug console
问题 I created a document that loads a .js document that has some JQuery functions that I have created. I would like to use the firebug console to quickly test the functionality of these functions on my html document. But when I try and call these function in the console I don't get any response. for example: I have index.html that call my JS: <script src="jquery.js" type"text/javascript"></script> <script src="myfunctions.js" type="text/javascript"></script> Myfuntions.js has the following