JQuery selector: Select elements without an iframe as a child -
i want delete elements having iframe child. example, if want delete divs without iframe child:
$("div :not(iframe)").remove();
but doesn't work... correct instruction?
thank much!
Comments
Post a Comment