I want to register user clicked on ads and save users info to database without change ads operation.
<div>
<a>ads link</a> // without modify ads
<a>ads link</a>
<a>ads link</a>
<a>ads link</a>
</div>
how to update user info to database before load link ads.
Please help.
You can do it in the callback of the click method:
a.special will only get the links with class=’special’