PATH:
home
/
letacommog
/
vizeo
/
wp-content
/
themes
/
dt-the7
/
inc
/
extensions
/
meta-box
/
js
/** * Update select2 * Used for static & dynamic added elements (when clone) */ jQuery( document ).ready( function ( $ ) { $( ':input.rwmb-select-advanced' ).each( rwmb_update_select_advanced ); $( '.rwmb-input' ).on( 'clone', ':input.rwmb-select-advanced', rwmb_update_select_advanced ); function rwmb_update_select_advanced() { var $this = $( this ), options = $this.data( 'options' ); $this.siblings('.select2-container').remove(); $this.select2( options ); } } );
[+]
..
[+]
select2
[-] file.js
[edit]
[+]
jqueryui
[-] color.js
[edit]
[-] slider.js
[edit]
[-] oembed.js
[edit]
[-] autosave.js
[edit]
[-] plupload-image.js
[edit]
[-] map.js
[edit]
[-] image.js
[edit]
[-] datetime.js
[edit]
[-] taxonomy.js
[edit]
[-] file-advanced.js
[edit]
[-] select-advanced.js
[edit]
[-] time.js
[edit]
[-] clone.js
[edit]
[-] date.js
[edit]
[-] jquery.validate.min.js
[edit]
[-] image-advanced.js
[edit]
[-] validate.js
[edit]
[-] thickbox-image.js
[edit]