Closed. This question is seeking recommendations for boo开发者_StackOverflow中文版ks, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting ans
I\'ve created some hidden drop-down fields that I\'m attempting to keep hidden until appropriately selected.
My script is throwing an error only in IE8. I\'m using Mootools 1.3. The error开发者_如何转开发 thrown is:
I would like to create a simple mootools popup as follows. <?php for($i=1;$i<10;$i++):?> <a i开发者_Python百科d=\"link_<?php echo $i;?>\" onclick=\"viewContent(<?php echo $i;?&g
With the rise of CSS3, I\'d like to control the animation used by the mootools accordion class via css transitions, and I figure the best way to do that is to assign an active class to both the toggle
I cant get this to work, I want to create a new element DIV with id = item and class = item+variable, like this:
Looking for answer in Jquery or Mootools (mootools preferably) - but I have 2 \'hidden\' drop downs and one that shows.
Is there a way to assign a multiple event types in MooTools like jQuery? Mootools: $$(\'#id\').addEvents({
I\'m trying to use this mootools plugin but it doesn\'t work at all This plugin is from this URL I downloaded the plugin and tried to apply it, the folder called /thewall/ is in the right directory,
I have a textfield in a component i am using. I want to implement autocompleter for that field. Also the autocompleter should fetch data from an array...I tried the autocompleter with mootools from th