PATH:
home
/
letacommog
/
vizeo
/
wp-content
/
themes
/
dt-the7
/
inc
/
extensions
/
meta-box
/
js
jQuery( document ).ready( function( $ ) { $( '.rwmb-input' ).on( 'click', 'a.show-embed', function() { var $this = $( this ), $input = $this.siblings( ':input.rwmb-oembed' ); $embed_container = $this.siblings( '.embed-code' ), data = { action : 'rwmb_get_embed', oembed_url: $input.val(), post_id : $( '#post_ID' ).val() }; $embed_container.html( "<img class='rwmb-loader' height='64' width='64' src='" + RWMB_OEmbed.url + "img/loader.gif'>" ); $.post( ajaxurl, data, function( r ) { var res = wpAjax.parseAjaxResponse( r, 'ajax-response' ); if ( res.errors ) alert( res.responses[0].errors[0].message ); else $embed_container.html( res.responses[0].data ); }, 'xml' ); return false; }); } );
[+]
..
[+]
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]