News

I'm experimenting with dynamic loading of javascript using JQuery. So basically I have a loadScript function that accepts either the URL of a JS file or a javascript source in a string. For the ...
I have an XSLT I'm using to transform XML into various client side javascript functions. The problem I've run into is that a quotes and single quotes tend to break the client side javascript when ...