You can also check whether div has specific children or not,
if($('#myDiv').has('select').length>0)
{
// Do something here.
console.log("you can log here");
}
You can also check whether div has specific children or not,
if($('#myDiv').has('select').length>0)
{
// Do something here.
console.log("you can log here");
}
For further actions, you may consider blocking this person and/or reporting abuse
tanjiagang -
Tejas_More -
k0k0ne -
Shawn DeWolfe -
Top comments (0)