[ad_1]
Simple:
$('div:first').remove()
With check
if ($('div').length) > 50) {
$('div:first').remove();
}
1
[ad_2]
solved Delete first DIV tag in a html document [closed]
[ad_1]
Simple:
$('div:first').remove()
With check
if ($('div').length) > 50) {
$('div:first').remove();
}
1
[ad_2]
solved Delete first DIV tag in a html document [closed]