[jQuery] How can I Use Jquery without $(document).ready
Hello everyone,
Can someone please tell me how can i use Jquery outside the function $
(document).ready(function(){ ... });
Because I have some functions that build my HTML page that wont run if
i put them inside this function.
thank you in advanced
Rodolfo