Changeset 2330050
- Timestamp:
- 06/24/2020 03:02:25 PM (6 years ago)
- Location:
- page-builder-by-azexo/trunk
- Files:
-
- 2 edited
-
azexo_html.php (modified) (1 diff)
-
js/frontend.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
page-builder-by-azexo/trunk/azexo_html.php
r2323814 r2330050 5 5 Author: azexo 6 6 Author URI: http://azexo.com 7 Version: 1.27.12 67 Version: 1.27.127 8 8 Text Domain: azh 9 9 */ 10 10 11 11 define('AZH_VERSION', '1.27'); 12 define('AZH_PLUGIN_VERSION', '1.27.12 6');12 define('AZH_PLUGIN_VERSION', '1.27.127'); 13 13 define('AZH_URL', plugins_url('', __FILE__)); 14 14 define('AZH_DIR', trailingslashit(dirname(__FILE__))); -
page-builder-by-azexo/trunk/js/frontend.js
r2326859 r2330050 1513 1513 $map.find(hash).stop().fadeIn(); 1514 1514 } 1515 }).first().trigger('mouseenter').closest('.az-svg').addClass('az-active'); 1515 }).on('mouseleave', function () { 1516 var $polygone = $(this).closest('.az-polygone'); 1517 var $map = $polygone.closest('.az-image-map'); 1518 if(!$map.is('.az-switch') && !customize) { 1519 $map.find('.az-polygone.az-active').removeClass('az-active'); 1520 $map.find('.az-polygone[data-id]').each(function () { 1521 $map.find($(this).attr('data-id')).hide(); 1522 }); 1523 } 1524 }).first().trigger('mouseenter').closest('.az-svg').addClass('az-active'); 1516 1525 $map.find('.az-polygone[data-id] svg polygon').on('click', function () { 1517 1526 var $polygone = $(this).closest('.az-polygone');
Note: See TracChangeset
for help on using the changeset viewer.