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: javascript
Apple uses AdLib JavaScript framework to make richer web apps for iPad
Done21.com has discovered something interesting in the online iPad user-guide: a new JavaScript framework they’ve dubbed AdLib (after its filename) that allows for very native app look and feel in the decidedly web-based app. AppleInsider notes that it appears to…
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) {…
Maximum Table Functionality: DataTables
DataTables is a jQuery plugin for adding advanced interaction controls to HTML tables. It can add pagination, filtering and multi-column sorting functions to tables with ease. The plugin has multilanguage support & many features that make it flexible: Smart handling…
This is a jQuery plugin for creating a file-upload functionality quickly & easily. It inserts a Flash browse button (that can be customized) in to the webpage where users can select a single file or multiple files and view the…
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