Some call it magic -- the ability to make objects appear suddenly out of nowhere. You can create this kind of magic on your website using a few lines of JavaScript ...
I have a webpage which is part of a small webapp that handles a lot of user-editable text.<BR><BR>I want to be able to let the user edit and format the text to their liking before they 'submit' it ...
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 former ...