Html
<div id="slideit">
<a href="javaScript:void(0)">google</a>
</div>
<div>
<p>Test</p>
</div>
<div>
<p>Test</p>
</div>
Right now I am working on project where some one insist to use xPath selector.
I have similar DOM structure as i mention above. I want change color of second div.
- How to use xpath selector in jQuery