Is there any online utility to convert jquery syntax to mootools syntax?
Is there any guideline to convert jquery to mootools?
Is there any online utility to convert jquery syntax to mootools syntax? Is there
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve not seen one, no.
But I would argue that even if one did exist, it probably wouldn’t be that good. It’s hard to convey the meaning of code when you’re dealing with such a poetic language as JavaScript; there are just too many ways of doing similar things.
Worse still is that you can’t map MT to JQ directly. They have slightly different feature-sets and each would rely on extra things being implemented.
I think you’d get a much cleaner, massively more maintainable result transcoding it yourself. It’s a good opportunity to improve on the original too, which can’t be a bad thing.