I am hoping someone has experience with this, but I am loading a window from a link on my main page. The window loads an ASPX page via the window’s loadmethod of iFrame.The aspx pa开发者_运维问答ge h
i made this using mootools: $(\"fox\").addEvent(\"click\", function(){ alert(\"clicked\"); }); and the html:
Here is the scrollbar class in question: http://jsfiddle.net/brandondurham/6SUyM/3/ Currently the height of the scroll handle is dynamic and determined by the amount of content, much like a standard
I\'m trying to do the following: new Ajax(\'http://..开发者_运维知识库..\', { method: \'delete\'
I have the following ajax page. The form should be submitted and the timer should be restart counting down when the timer expires or button is clicked.
I\'m a n00b when talking about MooFlow and MooTools. I need to display some high res images(like 1000x6开发者_StackOverflow社区00), however something is going wrong. Check out a screenshot:
Greetings, I would like to toggle a huge multi-level ul with mootools 1.1 or plain 开发者_JAVA百科javascript.
I recently made a Mootols script for my website. Using Fx.Morph, I succesfully created the effects I was aiming for. However, the script fails in Internet Explorer 7 a开发者_运维问答nd 8 (works fine i
I\'d like to be able to do something like this: var fx = new Fx.Tween($(\'element\'), { duration: 500, property: \'opacity\',
I\'m loading a page that contains many elements and, once loaded, need to be able to grab one single DIV with the id of \"panel_1\". This is how I\'m currently doing it: