I have looked high and low and can only find references for dynmically loading javascript using ajax from a file.
I have chunks of javascript that I want to keep in MySQL and load them on demand. They are simple chunks of text that end up in a variable. I need to inject the text from that variable into the dom and have it be functioning javascript. Thanks for any insights as to how to do this. I'm really stuck and have been for a few days on a deadline that is overdue. ml