Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript .remove parent divs Re: .remove parent divs

#78037
jamygolden
Member
Code:
$(“a.button”).click(function(){
$(this).unwrap();
});