Category Archives: JavaScript

Enabling TinyMCE’s PHP Spell Checker

Learn how to implement the PHP Spell Checker plugin in TinyMCE. Continue reading

Posted in JavaScript, PHP | 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

jQuery Alert Dialogs (Alert, Confirm, & Prompt Replacements)

A set of methods that provide an inline, customizable way to show JavaScript alerts, confirmations, and prompts. Continue reading

Posted in jQuery | Comments Off

Forcing Paste-as-Plain-Text in TinyMCE

Make the Paste-as-Plain-Text dialog appear instead of pasting messy code into the TinyMCE editor. Continue reading

Posted in JavaScript | 15 Comments

jQuery Context Menu Plugin

A context menu plugin for jQuery that features easy implementation, keyboard shortcuts, CSS styling, and control methods. Continue reading

Posted in jQuery | Comments Off