/ Published in: jQuery
URL: http://retrorock.info/2009/12/envolviendo-el-codigo-jquery-wrap
Expand |
Embed | Plain Text
$("img").each(function() { $(this).wrap('<div></div>');
You need to login to post a comment.
URL: http://retrorock.info/2009/12/envolviendo-el-codigo-jquery-wrap
$("img").each(function() { $(this).wrap('<div></div>');
You need to login to post a comment.