Subscribe by RSS
Kristin is a UX Designer living in the suburbs of Chicago.
This website is a stream of her daily activities, updated via an iPhone, a Droid, and a Blackberry, with an occasional blog post here and there.
Home › Tag: jquery
Quick Tip: Outline Elements on Hover
Someone on the jQuery Google Group yesterday asked about how to display a border around elements on hover. Here is a quick script I wrote to achieve that effect: [inline][/inline] PLAIN TEXT[removed] $(document).ready(function() { $('.entrytext') .mouseover(function(event) {…
Release: Prettydate plugin 1.0.0
I’m happy to announce the first release of the Prettydate jQuery plugin. The plugin is based on the plugin originally written by John Resig and provides clientside date formatting in the style of Twitter’s timeline: “just now”, “5 minutes ago”,…
jQuery.LocalScroll 1.2.7 released
In this release I cleaned up the code a little and added some features. Also removed a few old (aka deprecated) stuff that were still hanging around. Enhancements Added some misc enhancements and cleanup the code. Updated the plugin to…
Bigger Clickable Areas With BigTarget.js
BigTarget.js is a jQuery plugin that increases the size of click targets and get more call-to-action conversions. It has 2 options that can be customized: clickZone: By default the first <li> element is turned into a link but this can…
Pages: 1