- Code: Select all
window.addEvent('domready',function(){
var myGallery = new gallery(document.getElementById('myGallery'),{
timed:true
});
});
This allowed me to call the mootools without conflict. The gtranslate was already set to
- Code: Select all
jQuery.noConflict();
All I had to do is switch gTranslate away from jQuery > Save changes > Switch back > Save Changes and it works.
Great plugin guys,
Aaron









