A quick tip by jeffrey way that will teach you how to avoid making common beginners mistakes in jQuery.
In this tutorial we’ll take things further and wrap up our plug-in: we’ll define more custom option, add callbacks, make the selection draggable and resizable, build a preview pane and a size hint and write some server-side code to crop the image.
This tutorial will teach you how to create an image cropping plugin from scratch using jQuery.
Today we are making an Apple-like "Retina effect" with the help of jQuery & CSS (and a bit of CSS3), similar to the effect they've used on their site to promote the new version of their iPhone.
In this tutorial we are going to write a simple jQuery tooltip plugin. It is going to convert the title attributes of elements withing your page, into a series of colorful tooltips.
In this tutorial, we are using jQuery UI's autocomplete widget, to build a simple AJAX movie search form. The script is going to use TheMovieDatabase.org's free API, to provide auto suggestions against a vast database of movie titles.
In this tutorial, we’ll take a look at how jQuery’s beta templating system can be put to excellent use in order to completely decouple our HTML from our scripts.
Learn ho to think Right-to-Left with jQuery in this excellent quick-tip
Create a simple yet usefull inline contact form.
In this tutorial, we’re going to look at how to build some interesting scrolling behavior with jQuery, and then review how our project could potentially be improved by removing as much jQuery, or abstraction, as possible.