/ Published in: jQuery
import an external js script in jQuery
Expand |
Embed | Plain Text
$.getScript("script-location.js",funciton(){alert("got it");})
You need to login to post a comment.
sionnnn on 05/04/09
2 people have marked this snippet as a favorite
import an external js script in jQuery
$.getScript("script-location.js",funciton(){alert("got it");})
You need to login to post a comment.