How do I combine javascripts? Namely Tiny dropdown2 and tinybox2

I wish to combine the 2 scripts on one page. All that I really care about from tinybox2 is the image loader. I'm thinking about just renaming one of the TINY functions to TINY2 but I don't know how to go from there. Thank you so much again for this great site and great free code.
asked Jun 24, 2011 by anonymous

1 Answer

0 votes
Just delete the line
var TINY={};

out of the second included file - this essentially clears out the TINY variable which was setup in the first. You can also get rid of the T$ functions, but this is not essential
answered Jun 24, 2011 by l0ft13 (280 points)