- Go to the jquery site http://jquery.com/ and download the current release. It's just a .js file. Point at this file in your HTML doc. I'd also take the time to read the introduction to jquery.
- Next you need to set up another js file that's basically going to do all the work. So I did site.js saved it and pointed my HTML file at this too.
- Next you surf around until you find the functionality you want in my case tabs. I found this website http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/ and follow the instructions. Adapting the CSS to fit in with the website.
Then I found this menu tutorial which was simple and easy to follow and had great results. I like simple things.
http://net.tutsplus.com/tutorials/javascript-ajax/exactly-how-to-create-a-custom-jquery-accordion/
So my advise for today is designers, if you haven't already entered the world of jquery have a snuffle.

No comments:
Post a Comment