In my HTML page DOM what I want to achieve is there is <li>
tag with id 'liPref'
and I want to search if that 'lipref' element has some element whose id contains string 'dlpref'
as its inner HTML.
I am not getting any idea how do I achieve that using jQuery selectors.