wrap / unwrap iframe without refresh
I need to wrap the iframe tag in a span container when I hover my mouse over it. But after wrap, the iframe is refreshed. Is there any way to wrap my iframe using jquery or pure javascript so that it doesn't refresh?
$("iframe").wrap("<span class=\"embed youtube\"></span>");