I want to check if there is a child with a specific title under my parent.,
I’ve managed to check if children exists, but I want to add a check if the title equals the string “No”..
$(this).find('#test').children().size() === 0;
How can this be done?
Use the attribute equals selector