Currently I am using Form.Validator from Mootools 1.2.5 and Mootools-More 1.2.5, but i am having a hard time validating an Element\'s input when dynamically injected into the DOM after ondomready.I wa
I have the following code below that changes a div\'s position to fixed once an element scrollTop is greater than a number. I am trying to either amend this script or find a different solution so that
I am trying to make a page work for my website using the mootools framework. I have looked everywhere I can think of for answers as to why this isn\'t working, but have come up empty.
I have this form: <form id=\"post-status-form\" onsubmit=\"return test(this,event);\" method=\"post\">
i am pretty new to mootools, i found it faster/smoother for animations than jquery so i decided to give it a try.
http://woork.blogspot.com/2008/03/using-css-and-mootools-to-simulate.html How do I reproduce th开发者_StackOverflowis in jQuery?Take a look at the excellent ScrollTo plugin. You\'ll have to put some
Hi I need Mootools for my chronoforms, prototype for my lightbox 2 (I think) and maybe also some jQuery in the future.
I have the following mootools code, please note that I need to get a cetain value in mootools and have no good mootools knowledge
I have been working on the user interface of my website (www.swalif.com: do use chrome to translate if you like to). Not being familiar with jQuery I started off with JavaScript and now the file is hu
How to do equivalent of the following pure JavaScript fragment with MooTools x = document.createDocumentFragment();