D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
ditty-news-ticker
/
includes
/
fields
/
js
/
fields
/
Filename :
group.js
back
Copy
jQuery( function( $ ) { // Setup strict mode (function() { "use strict"; function setup( $field ) { $field.addClass( 'ditty-field-type--group--init' ); var $input = $field.children( '.ditty-field__input__container' ).children( '.ditty-input--group' ), height = 0; if ( 'collapsed' === $field.attr( 'data-collapsible' ) ) { $input.hide(); } $field.on( 'click', '.ditty-field__collapsible-toggle', function( e ) { e.preventDefault(); if ( 'expanded' === $( this ).parents( '.ditty-field-type--group' ).attr( 'data-collapsible' ) ) { $( this ).parents( '.ditty-field-type--group' ).attr( 'data-collapsible', 'collapsed' ); height = $input.outerHeight(); $input.stop().animate( { marginTop: '-' + height + 'px' }, 1000, 'easeInOutQuint', function() { $input.hide(); } ); } else { $( this ).parents( '.ditty-field-type--group' ).attr( 'data-collapsible', 'expanded' ); height = $input.outerHeight(); $input.stop().css( 'marginTop', '-' + height + 'px' ); $input.show(); $input.stop().animate( { marginTop: 0 }, 1000, 'easeInOutQuint', function() { } ); } } ); } function init( e ) { $( e.target ).find( '.ditty-field-type--group[data-collapsible]:not(.ditty-field-type--group--init)' ).each( function() { setup( $( this ) ); } ); } $( document ).on( 'ditty_init_fields', init ); }() ); } );
Name
Size
Last Modified
Owner
Permissions
Actions
clone.js
4.394
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
code.js
0.9
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
color.js
0.479
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
date.js
0.456
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
file.js
1.863
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
group.js
1.425
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
image.js
2.349
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
layout_element.js
1.533
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
slider.js
0.44
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
wysiwyg.js
4.393
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
2017 © D7net | D704T team