I recently started working at a job where they use Mootools 1.2 for their site. I am doing some new objects for their inhouse CMS-system and have run into some problems.
I\'m using Mootools in a joomla site. I want to do a basic banner rotator.Found a slider, SlideItMoo, that seems to mostly work.
I need to convert this jquery to mootools. $(\'tr[class$=\"-hours\"]\').css(\'display\', \'none\'); $$(\'XXX\').setStyle(\'display\', \'none\');
I\'m a mootools beginner. I know a lot of html and css but javascript is not for me (at least now that I\'m starting to learn it)...
My problem is make an animation on Composite which is started when data is loading. I made animation on normal divs for tests using html:
I have a JavaScript issue when the page is viewed in IE only. I get this: object doesn\'t support this property or method
In my custom Joomla 1.6 component Mootools\'s Request does not work only in IE and when the language filteringplugin is enabled.
I have a \"sidebar\" div with links that I would like to link up to some xml files. (with xslt that references three other xml files) I would like the xml to be displayed in the \"body\" div kinda lik
I\'m trying to add a little Language changer for my site. I\'d like it to save the language using cookies.
I am using google maps on my site. I have an infoWindow that I populate with content like this: infowindow = new google.maps.InfoWindow({ content: $(\'infoWindowContent\') });