[jQuery] Loading call to js file
I have an old js file that generate html tag by writeln etc. I would
like to know if I can use JQUEY to load the result of a method of this
js to a div. the old code looks like <div id="id1"><script type="text/
javascript">MyMthod('var1');</script></div> . MyMethod is a function
in the js file. Any help would be greatly appreciated.