I have built a class in Mootools and extended it twice, such that there is a grandparent, parent, and child relationship:
I want to update this very simple JS to Mootools 1.2 and it\'s not easy. This function : function changeclass(x){
I have the following piece of Mootools 1.11 code (not upgradable as this is within Joomla), which I want to highlight the form row, when an item within it is focussed. However, this doesn\'t work. I n
I\'m writing my first little AJAX-enabled Joomla component. I\'m using mootools. I got a xmlhttprequest to contact my Joomla component, and the component returns a response - just plain text echoed by
I noticed a lot of JQuery answers on this, but I\'m using MooTools... I have a Table of Contents which uses CSS Fixed positioning to keep it off to the left side, except for 20 pixels. The user hover
I\'m sure the answer is no, but is it possibl开发者_C百科e to determine the width of an element before it is appended to the DOM?
I am working with several jQuery scripts that include a MenuFader (http://css-tricks.com/examples/MenuFader/), twitter feed, and timestamp. Additionally I have a couple Mootools scripts that include t
i am u开发者_StackOverflow中文版sing cakephp in my project. in this at one section i need to update the particular row onclick of the image. using ajax. i used mootools as javascript library. so pleas
I have this HTML/PHP <input name=\"add to list\" class=\'fncAdd\' id=\'moodal_close\' value=\"add to list\" onclick=\"cajaxUpdateCartProduct(\'<?= $value->id ?>\', \'quantity_<?= $valu
Is there a method like toggleClass() 开发者_运维技巧for and ID in mootools?$(\"someid\").toggleClass(\"selectedState\"); // add or take away .selectedState to an element