PluginProbe
Cool Flipbox – Shortcode & Gutenberg Block / 1.4
Cool Flipbox – Shortcode & Gutenberg Block v1.4
trunk 1.4 1.5 1.6 1.6.2 1.7.1 1.8.3 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1
flip-boxes / assets / js / flipboxes-layout.min.js

flipboxes-layout.min.js in Cool Flipbox – Shortcode & Gutenberg Block 1.4, at assets/js/flipboxes-layout.min.js

1 lines 566 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function($){var effect=$(this).data("effect");$(".cfb-flip").each(function(){var effect=$(this).data("effect");$(this).flip({axis:effect,trigger:"hover"})}),$(".cfb-face a").on("touchstart",function(e){e.stopPropagation()}),$(".cfb-flip").each(function(){$(this).on("touchstart",function(){$(this).flip("toggle")})}),$('.cfb-flip[data-height="equal"]').each(function(){var maxHeight=0;$(".cfb-data").each(function(){$(this).height()>maxHeight&&(maxHeight=$(this).height())}),$('.cfb-flip[data-height="equal"] .cfb-data').height(maxHeight)})});