Changeset 395042
- Timestamp:
- 06/09/2011 10:53:48 AM (15 years ago)
- Location:
- wp-tooltip/trunk
- Files:
-
- 3 edited
-
js/wp-tooltip.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-tooltip.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-tooltip/trunk/js/wp-tooltip.js
r395026 r395042 8 8 9 9 jQuery(function() { 10 jQuery('.wp-tooltip').tipTip(); 10 jQuery('.wp-tooltip').tipTip({ 11 keepAlive: true 12 }); 11 13 }); -
wp-tooltip/trunk/readme.txt
r395026 r395042 5 5 Requires at least: 3.1.3 6 6 Tested up to: 3.1.3 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 9 9 WordPress tooltip lets you add tooltips to content on your posts and pages. -
wp-tooltip/trunk/wp-tooltip.php
r395026 r395042 4 4 Description: WordPress tooltip lets you add tooltips to content on your posts and pages. 5 5 Author: Muhammad Haris - <a href='http://twitter.com/mharis'>@mharis</a> 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author URI: http://mharis.net 8 8 License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.