MooTools syntax is easier to read. jQueries is more concise. MooTools is larger. jQuery is smaller. MooTools is a framework. jQuery is a library.In what respect?
MooTools syntax is easier to read. jQueries is more concise. MooTools is larger. jQuery is smaller. MooTools is a framework. jQuery is a library.
At the end of the day, they both let you do the same thing so it's a personal choice.
I prefer jQuery for it's syntax and function chaining, plus it's documentation is fantastic.
and the jquery take on an accordian - http://jqueryui.com/demos/accordion/![]()
and the jquery take on an accordian - http://jqueryui.com/demos/accordion/![]()
<script src="http://mmassociates.co.uk/common/java/jquery.tools.min.js"></script>
<?php
function my_init_method() {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js');
}
add_action('init', 'my_init_method');
?>