Plugin Directory

Changeset 395042


Ignore:
Timestamp:
06/09/2011 10:53:48 AM (15 years ago)
Author:
isharis
Message:

Keep the tooltip alive on hover

Location:
wp-tooltip/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-tooltip/trunk/js/wp-tooltip.js

    r395026 r395042  
    88
    99jQuery(function() {
    10     jQuery('.wp-tooltip').tipTip();
     10    jQuery('.wp-tooltip').tipTip({
     11        keepAlive: true
     12    });
    1113});
  • wp-tooltip/trunk/readme.txt

    r395026 r395042  
    55Requires at least: 3.1.3
    66Tested up to: 3.1.3
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88
    99WordPress tooltip lets you add tooltips to content on your posts and pages.
  • wp-tooltip/trunk/wp-tooltip.php

    r395026 r395042  
    44Description: WordPress tooltip lets you add tooltips to content on your posts and pages.
    55Author: Muhammad Haris - <a href='http://twitter.com/mharis'>@mharis</a>
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author URI: http://mharis.net
    88License: GPL2
Note: See TracChangeset for help on using the changeset viewer.