Hi
I have a div container having some string,Some child div have a text like "Welcome", I want to make that container div disabled i.e not clickable, If that container child div have "Welcome" string.
My Markup is like this.
<div>
<span>some text</span>
<span>some text</span>
<div>
<span>some text</span>
<span>some text</span>
</div>
<div>
Welcome
</div>
<div>
Welcome
</div>
</div>