I am using Versitility III. I see the template is using mootools.js the file in my site is mootools.r462.js
I have a animatedcollapse.js which works exactly like the fx.slider that mootools offers, the code even looks the same.
I'd like to remove the redundancy of calling this other .js and just used the mootools.js for this effect.
Although i do not know what components the existing mootools.r462.js does/does not include.
Can someone from tech tell me which components are being used in this mootools.js so I can include them
and add the ones i need for my own mootools use so as not to break the existing rockettheme use of this .js
Experience tells me you won't get the answer to this particular question from the devs. I've always had to find out myself... I start by using the full mootools package... will all available classes/plugins. I then put in the lines for all the js I need... for the slider, moomenu, rokzoom, etc. At this point I test everything... It should all work (assuming they are all compatible with the latest mootools build.
I then go to mootools.net and download mootools without a few classes. Test. Try again. It's a trial and error/elimination method that takes about 30mins to an hour lol.. but is the only way.