Changeset 2828017
- Timestamp:
- 12/03/2022 03:46:21 AM (2 years ago)
- Location:
- magic-tooltips-for-contact-form-7/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
magic-tooltips-for-contact-form-7/trunk/assets/tooltip-style-generator/js/script.js
r1569138 r2828017 9 9 $('.mm-tooltip-cf7').each(function() { // Notice the .each() loop, discussed below 10 10 console.log('Tooltip.options()', Tooltip.options()); 11 $(this).qtip($.extend( Tooltip.options(), {11 $(this).qtip($.extend({}, Tooltip.options(), { 12 12 content: { 13 13 text: $(this).next('div') // Use the "div" element next to this for the content -
magic-tooltips-for-contact-form-7/trunk/plugin-index.php
r2723913 r2828017 2 2 /* 3 3 * Plugin Name: Magic Tooltips For Contact Form 7 4 * Version: 1.0.2 84 * Version: 1.0.29 5 5 * Plugin URI: https://contactform7.magictooltips.com 6 6 * Description: Easily add tooltips to your Contact Form 7 fields … … 8 8 * Author URI: https://contactform7.magictooltips.com 9 9 * Requires at least: 3.9 10 * Tested up to: 6. 010 * Tested up to: 6.1 11 11 * 12 12 * @package WordPress -
magic-tooltips-for-contact-form-7/trunk/readme.txt
r2723913 r2828017 3 3 Tags: tooltips, contact form 7, responsive, mobile friendly 4 4 Requires at least: 3.2 5 Tested up to: 6. 05 Tested up to: 6.1 6 6 Stable tag: 1.0.28 7 7 Stable tag: trunk … … 105 105 == Changelog == 106 106 107 Version v1.0.29 108 109 Added Wordpress 6.1 support. 110 107 111 Version v1.0.28 108 112
Note: See TracChangeset
for help on using the changeset viewer.