Okay, so I got jQuery to get along with MooTools with one script, by adding this at the top of the jQuery script:
I need to fire a one time only custom event that functions like the domready event, in that if new events are added after the event has occurred they are fired immediately.
Can any one rep开发者_运维知识库ly me which of the javascript frameworks are better to implement on my project?
I have the following Moo class: Nem.Ui.Window = new Class({ Implements: [Options, Events], options: { caption:\"Ventana\",
i have a series of select lists, that i am using to populate text boxes with ids. so you click a select option and another text box is filled with its id.
how do i tween/morph the height of many e开发者_开发技巧lements at once selected by css class selector using mootools?
I am trying to make a form dynamic using mootools 1.11, for specific reasons I cannot upgrade atm. I\'m trying to manipulate a select field to have dynamic options. This works in Firefox & Chrome
i have a script in jquery (that grabs a value from a select field and transfers it to an input field) that i need to do in mootools...i love jquery... mootools i dont know...
So I have a listbox next to a form.When the user clicks an option in the select box, I make a request for the related data, returned in a JSON object, which gets put into the form elements. When the f
What is wrong with the code below? Maybe it would be simpler to just compare date and not time. I am not sure how to do this either, and I searched, but I couldn\'t find my exact problem.