YUI vs jQuery, for css style layouts -


The full newbie question I have used a little bit of jQuery, YUI is not at all and there is very little information about it I work on the website which is IE specific, we are now looking to cross the browser. Javascript looks very good to hide the difference between the browser from the javascript point of view. Even though in the context of CSS layout is this YUI that I really should see?

Thank you

I think that you have both CSS and Javascript compatibility Concerned, which means that there is no choice between YUI and jQuery - you can use both! Personally, I only use YUI for my CSS reset ...

This is by default the default styles created in browsers ( Padding, margins, etc.). This will give you a good level playing field to start. For javascript, I think jQuery is the easiest and most documented Javascript library. As you say, it hides the difference in different browsers, but it also comes with a whole stack of experienced users ready to help you.

Hope it helps!


Comments