Category Archives: jQuery

Smoothly Scroll to an Element Without a jQuery Plugin

After spending some time looking for a plugin to do this, I was amazed to see how easy it was to get a smooth scrolling effect using one line of jQuery.  You can use this inside of any callback function.  … Continue reading

Posted in JavaScript, jQuery | Comments Off

jQuery Word-wrap Plugin

The Problem When it comes to textareas, the concept of word-wrapping is not as easy as it should be. In most browsers, including Firefox, Safari, Chrome, and Opera, you can set the textarea’s wrap attribute to on or off to … Continue reading

Posted in JavaScript, jQuery | Comments Off

Better Captions for jQuery’s FancyBox Plugin

A month or two ago I was implementing jQuery’s awesome FancyBox plugin, but the application I was working with demanded long captions.  In some cases, the captions were exceptionally long.  Unfortunately, the one thing that FancyBox doesn’t do well is … Continue reading

Posted in JavaScript, jQuery | 14 Comments

jQuery UI Star Rating Widget

A friend of mine needed a good rating script for a project he’s working on. When he linked me to this star rating widget, I didn’t have very high expectations, but after seeing the widget and its implementation I’m actually … Continue reading

Posted in JavaScript, jQuery | Comments Off

jQuery $.live(‘click’) Binds Both the Left and Right Mouse Buttons

A little jQuery $.live(‘click’) gotcha and an easy work around for it. Continue reading

Posted in jQuery | 5 Comments

Jcrop: Cropping Images with jQuery

An excellent jQuery plugin for cropping images on the Web. Continue reading

Posted in jQuery | 4 Comments

jQuery File Upload Plugin

Ronnie San releases a great file upload plugin for jQuery. Continue reading

Posted in jQuery | 2 Comments

Using jQuery with Greasemonkey

A snippet that allows you to use jQuery with your Greasemonkey scripts. Continue reading

Posted in JavaScript, jQuery | 5 Comments

Manipulating Stylesheets with Greasemonkey

A set of useful snippets to work with styles in Greasemonkey. Continue reading

Posted in CSS, jQuery | Comments Off

Prevent White Noise From Appearing in Images After Fading

A bug in Internet Explorer causes white space to appear in certain images after fading. Continue reading

Posted in Browsers, JavaScript, jQuery | 4 Comments