I want to disable 'a' tag inside div using jQuery.
The structure is like:
<div id="xyz"><a style="cursor:pointer;" href="abc.php">xxxx</a></div>
On a particular action:
cursor: pointer
property should go away- action on 'a' tag should not work
- 'a' tag should looks like non clickable