Jump to content

jQuery UI,QUnit, and Sizzle tutorials


jakobaindreas11

Recommended Posts

there is a tutorial on jQuery here

http://www.w3schools.com/jquery/

 

however, the documentation of the library itself is likely to yield more substance (examples, questions + answers, examples, etc) and depth.

Link to comment
Share on other sites

  • 2 months later...

Those are just a few out of hundreds of different Javascript libraries out there, some more popular than others. They aren't web standards, but created by people using Javascript. If you want information for a library that was created by somebody you probably should go to the website of the person who created it, as they'll have the full documentation.

  • Like 2
Link to comment
Share on other sites

Or you can always just read the code of the library to see what it does. That requires a good knowledge of Javascript though, which you should have regardless of whether or not you're working with a library. The final word when dealing with a library and what it can do is always the code itself. It's great if someone created documentation or tutorials, but the code is what matters.

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...