Bookmarklet to perform multiple tasks
Posted
by Emil Hajric
on Stack Overflow
See other posts from Stack Overflow
or by Emil Hajric
Published on 2009-04-11T00:14:20Z
Indexed on
2010/06/11
22:02 UTC
Read the original article
Hit count: 362
Hi everyone. I've been tinkering around this application all day long and have had a few difficulties. So basically the bookmarklet needs to allow the user to use a lot of functions from multiple JavaScript files, although all of the functions that the user will use are called from one file. Basically it includes all of the necessary files in order to perform a certain function. It uses jQuery, and I've found that it's really hard to have jQuery running on your bookmarklet.
My question is: How can I load multiple javascript code files into your Bookmarklet?
Yours truly,
Emil Hajric.
© Stack Overflow or respective owner