Recently I had need to load jQuery dynamically. I wanted to load jQuery and then as soon as the script tag was in place and jquery was ready I wanted to be able to use it. So #1 I needed jQuery to load dynamically and #2 I needed to be able to add a handler [...]