jQuery( document ).ready( function( $ ) { $( '.rwmb-thickbox-upload' ).click( function() { var $this = $( this ), $holder = $this.siblings( '.rwmb-images' ), post_id = $( '#post_ID' ).val(), field_id = $this.attr( 'rel' ), backup = window.send_to_editor; window.send_to_editor = function( html ) { var $img = $( '
' ).append( html ).find( 'img' ), url = $img.attr( 'src' ), img_class = $img.attr( 'class' ), id = parseInt( img_class.replace( /\D/g, '' ), 10 ); html = '