Hello, I'm new to jQuery and have been partial to mootools, but wanted to play with jQuery for a particular web project. One thing that I've noticed is the following:
Using mootools slide effect http://www.hovara.com/ocl/ Using jQuery slide effect http://www.hovara.com/ocl/jqueryindex.php You will notice when clicking the login or register links, that the mootools is more fluid and the div heigh grows(pushes down) as the slide effect takes place, the jQuery example however sets the div height to what it knows it will eventually be and then performs the slide effect. I prefer the mootools look and was hoping to get some feedback as to whether this is part of the jquery core ui or a part of the specific jquery slide effect. As I will want to go about changing this. Thanks