Can anyone give me a similar script for mootools. I\'m using jquery and I need a similar function like this to use with mootools:
jQuery lets you do things like $div.bind(\'click.namespace\', function) $div.unbind(\'click.namespace\')
I have put a mootools Spinner (from the More library) on my website. The spinner sits in the body of my webpage, and appears when the user does a search (which uses ajax). The spinner graphic appears
My problem is that I\'m trying to call 2 functions in my addEvent, but it\'s not possible I think. I am developing a forum,and one of that function is for the subforum, and the other are for answers,
Okay, I\'m trying to reverse engineer a feature on a website I found - the webmaster is not replying to me. The site in question is http://www.win-free-stuff.ca/new-contests and in particular I am try
I have to use Mootools for a website but being a real newbie I\'m stuck with my code: var val = element.get(\'value\');
I\'m fairly new to javascript. I downloaded some code to make an autocompleter for search boxes, but it\'s not working as I expected it.
This question already has answers here: Closed 11 years ago. Possible Duplicate: What are the key differences between JavaScript and ActionScript 3?
I have the following css classes: .info { padding-left: 15px; padding-bottom: 20px; display: block;} .info_edit {
I use a MVC PHP framework to keep my web applications as DRY as possible. All of my HTML templates are neatly tucked away in one folder in the application scope of my project.