PluginsCategory Archive

jQuery Plugin: Keycode jQuery Plugin

Friday, July 24th, 2009

Sick of looking up what the charcode for escape is so that you can close your dialog box with escape. Well I have the perfect medicine, a new plugin called Keycodes.

(more…)

jQuery Plugin: Tooltips Revisited

Thursday, June 4th, 2009

I made a few changes to my Tooltips plugin today. See the change log below. Download here.

Changelog

  • v0.1 (6/3/2009)
    • Initial Release
  • v0.2 (6/4/2009)
    • Made sure the box didn’t overflow the side of the screen.
    • Made code more efficent.

jQuery Plugin: Tooltips

Wednesday, June 3rd, 2009

Edit: SEE THE UPDATED PLUGIN HERE.

I know multiple Tooltip plugins already exist, but they didn’t do exactly what I wanted them to: be relative to the mouse. I found some non-jQuery javascript that did what I wanted, but a jQuery plugin is what I wanted. So I decided to write my own. (more…)