Using mootools classes with jquery in dupal
I like the way you van organise your code with mootools and while working a lot with drupal recently i really liked the straight forward way of writing jquery code. What i dislike at jquery is the way to create plug-ins and at bigger projects the readability of jquery code gets worse. There is a great new project combining the best of two worlds:
“Moo4q uses MooTools to fill in where jQuery leaves off. MooTools is modular and encourages users to only use the pieces they need. We only need a couple modules from MooTools, none of which contain any code relevant to working with Elements, Animation, or AJAX. Moo4q leaves that to jQuery. So there’s little, if any, functional duplication. All said and done, the MooTools code is only 8k gzipped–diddly squat.”
