PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
plugins-support
/
js_composer
/
js
! function( $ ) { $( '.us-grid-layout-select' ).off( 'change' ).live( 'change', function() { var $select = $( this ), $container = $select.closest( '.us-grid-layout' ), $descEdit = $container.find( '.us-grid-layout-desc-edit' ), $descAdd = $container.find( '.us-grid-layout-desc-add' ), $selectedOption = $select.find( ":selected" ), $editLink = $descEdit.find( '.edit-link' ); if ( $selectedOption.length && $selectedOption.data( 'edit-url' ) != undefined ) { $editLink.attr( 'href', $selectedOption.data( 'edit-url' ) ); $descEdit.show(); $descAdd.hide(); } else { $descAdd.show(); $descEdit.hide(); } } ).change(); }( window.jQuery );
[+]
..
[-] us_design_options.js
[edit]
[-] us_icon_view.js
[edit]
[-] us_icon.js
[edit]
[-] us_grid_layout.js
[edit]
[-] us_input_examples.js
[edit]