Aug
29

John Resig posted on degrading script tags and adding functionality to <script> so you can add a src attribute and a body of code that will be executed one the external script loaded error free:PLAIN TEXTJAVASCRIPT: <script src=”some-lib.js”>  var foo = use_some_lib();  foo.do.stuff();</script> To make this all work, John shows us a jquery aware version that detects […]

More: continued here

No Comments Make A Comment

No comments yet.

Comments RSS Feed   TrackBack URL

Leave a comment

You must be logged in to post a comment.