The Social List

Subscribe by RSS

Home › Tag: javascript

  • 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 Mar 1 10:46 am

    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…

  • google.com Feb 26 3:18 am

    jQuery File Upload Plugin

    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…

  • 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