Jquery?

Status
Not open for further replies.

coolguy

Baseband Member
Messages
40
I have a website thats really ugly and I want to ramp it up all I have been using so far is just simple css and javascript. A friend recommended that I use jquery or flash to make it look good. I was wondering which is easier to learn and implement and more compatible with different browsers. I appreciate all help.
 
JQuery is a Javascript library. It makes complex and powerful things very easy to do, with simple function calls.

It has support for lots of nice aesthetics, as well as, of course, AJAX, XML, and all that good stuff too.

I also recommend JQuery over just plain old Javascript. You are probably just reinventing the wheel if you have any degree of complexity involved.
 
Status
Not open for further replies.
Back
Top Bottom