-
Categories
- Browsers (15)
- CSS (12)
- Events (8)
- Git (1)
- Graphics (4)
- HTML/XHTML (4)
- JavaScript (25)
- jQuery (18)
- MySQL (3)
- News & Updates (28)
- Operating Systems (2)
- PHP (33)
- Regular Expressions (4)
- Resources (3)
- Surreal CMS (11)
- Tutorials (4)
- Web Design (4)
- Web Servers (7)
- Web Standards (4)
- WordPress (1)
Category Archives: jQuery
jQuery SelectBox Plugin
While it is possible to use CSS to style SELECT elements, browser support and appearance will vary greatly depending on platform and browser. In our search for a solid, customizable replacement for these finicky controls, we turned up only a … Continue reading
Posted in JavaScript, jQuery
50 Comments
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
Leave a comment
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
Leave a comment
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
Leave a comment
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
Leave a comment
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