I\'m using MooTools 1.4.1.I want to create an ajax post requst, but I can\'t figure out how to construct the \"data\" attribute, which I wish to contain the name value pairs of a form whose id is \"my
Trying to get this (simple!) jQuery exp开发者_C百科ression to work in Mootools Jquery: checkCurrentModule = function(){
I am working on css in which when mouse hovers on images, it g开发者_开发问答ets bigger. e.g. #image-div img { width:100px; height:100px;}
I want to fit images on my site to the size of their containing element, so I have this: if (userHasMicrositePhoto) {
I just downloaded MooTools 1.4.I\'m having trouble connecting a button click to the launching of an AJAX request.In my page below, I have a button with id=\"submit\", but clicking the button doesn\'t
I\'m using setTimeout to emulate rendering, and I came to the structure like this: var Renderer = new Class (
I am at the end , sooo many posts and Fiddle examples on how to change tag name of all elements on page with Jquery but NONE with moot开发者_JS百科ools. Is there any way to do it? I need to convert al
I need to achive something like this: As you can see, we have a base picture of a motherboard, and then 2 specifics areas of this pictures highlighted开发者_运维百科. On the left we have a componen
How can I use this function more times: $(\'GotoHome\').addEvent(\'click\', function(event) { event = new 开发者_如何学JAVAEvent(event).stop();
is there any equivalent in moo that can replace multiple element id names i have this $$(\'myelement\').each(function(el){