PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
fusion-builder
/
shortcodes
/
js
/* global FusionPageBuilderApp */ ( function( $ ) { $( document ).ready( function() { // Generate Lightbox shortcode content FusionPageBuilderApp.lightboxShortcodeFilter = function( attributes ) { var $id = attributes.params.id, $class = attributes.params.class, $title = attributes.params.description, $href = ( '' === attributes.params.type ) ? attributes.params.full_image : attributes.params.video_url, $src = attributes.params.thumbnail_image, $alt = attributes.params.alt_text, $lightboxCode = '<a id="' + $id + '" class="' + $class + '" title="' + $title + '" href="' + $href + '" data-rel="prettyPhoto"><img src="' + $src + '" alt="' + $alt + '" /></a>'; attributes.params.element_content = $lightboxCode; return attributes; }; } ); }( jQuery ) );
[+]
..
[-] fusion-pricing-table.js
[edit]
[-] fusion-table.js
[edit]
[-] fusion-woo-shortcodes.js
[edit]
[-] fusion-lightbox.js
[edit]
[-] fusion-chart.js
[edit]