The Social List

Subscribe by RSS

Home › Tag: jquery

  • google.com Jun 16 3:05 pm

    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) {…

  • google.com May 28 11:29 am

    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”,…

  • google.com Mar 11 6:12 pm

    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…

  • delicious.com Mar 10 10:36 am

  • google.com Oct 2 1:31 am

    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