jQuery - Javascript Made Easy

jQuery - Javascript Made Easy

jQuery is an extremely lightweight JavaScript framework that makes deploying client side web applications quick and easy. The base package has only what it needs and this tutorial gives you a good look at what jQuery can do for you.

By Luke Dingle on June 21st, 2008 in Tutorials | Print This Article

Pages: 1 2

Did you like it?

Help us spread the word!
  • Float it!
  • Digg it!
  • Stumble it!
  • Bookmark it!

About The Author

Luke Dingle
Luke Dingle

Luke Dingle is a professional web developer working in Tasmania, Australia. Although much of his time revolves around writing, then re-writing PHP and JavaScript code for others, he manages to find time to work on pet projects like http://www.openthource.com and http://www.lukedingle.com. Luke likes to juggle and play piano but usually runs out of time as his attempts to lobby the government for 3 extra hours in each day have so far failed.

You can view other posts by Luke Dingle. Or you can visit Luke's website at: http://www.lukedingle.com

Comments

  1. Gravatar Icon
    Jack Franklin said :

    Great post Luke!

    I also posted a short one on my blog a few days ago about looping through a table:
    http://jackfranklin.co.uk/single.php?contentid=83

  2. Gravatar Icon
    Monie said :

    Great tutorial mate :D

  3. Gravatar Icon
    Luke Dingle said :

    Thanks Jack and Monie. I’m glad it was helpful and look forward to seeing what you do with jQuery.

  4. Gravatar Icon
    Scott Radcliff said :

    Nice post. I too have been leary about JS frameworks because I figure I can do it myself, but you make same valid points. Maybe I should set my pride aside and look into a framework.

  5. Gravatar Icon
    Bobby said :

    Wow… jQuery is awesome.

    Thanks for writing this post Luke as I was reluctant to fully see the power of this amazing and lightweight package.

    I have been implementing all week since we spoke last and am finding it a real treat to finally see my application going AJAX.

    There are some teething issues though, I’ve yet to fully get AJAX form submitting happening. But as far as getting dynamic content up in a fancy manner with jQuery is a breeze.

  6. Gravatar Icon
    Luke Dingle said :

    Nice post. I too have been leary about JS frameworks because I figure I can do it myself, but you make same valid points. Maybe I should set my pride aside and look into a framework.

    Thanks Scott. You wouldn’t believe how hard it was for me to put the keyboard aside and let jQuery do some typing for me. It is a battle that I’m glad my ego lost though, it lets me concentrate on what I love — innovating interfaces.

    @Bobby

    Glad you’ve joined my on the jQuery bandwagon — the jquery.form.js plugin is an absolute godsend… I don’t think I’ll ever have to write another HttpRequest object again.

  7. Gravatar Icon
    Bobby said :

    Just like to add I think its a shame the jquery site seems to run terribly slow for me. As though its hosted on somebodies private modem. I don’t know.

    If you’re like me and having constant issues accessing their regular site http://docs.jquery.com/ load your browser to http://visualjquery.com/ which is an alternative to the documentation.

    I find it bizarre, that for such an awesome framework that is used so much that it appears to be quite limited in its documentation and that its own site doesn’t have the feeling of being streamlined. Some of these really popular plugins have 0-5 ratings so it seems like its not a hub of activity when it is. Anyways. It rocks.

  8. Gravatar Icon
    Japh said :

    In case you haven’t checked out the jQuery site in a while (which I doubt!), they’ve had a face lift, and seem to be quicker to access. I guess if it’s slow, that’s really probably just a testament to the fact they must have a heavy traffic load thanks to all of us!!

    Also, you might want to check out http://ui.jquery.com/ if you haven’t already, to see some of the fancier demos of what you can do with javascript, and simply with jQuery ;)

    (I’m a convert!)

Toggle Trackbacks

Do you have something to say?

Live Comment Preview