I\'d like to call functions I\'ve defined within the document ready function of jQuery, but am having a bit of trouble. I have the following code:
jQuery(doc
The best way, if not Eval, would be to use setTimeout with zero milliseconds, as you can specify the function as a string.
setTimeout('myfunction()',0,);