I have created a dynamic link list in one page...
When a click is done on one link on that dynamic list i want to show to user that link is active, so i will add one cla
Changing the class via AJAX only stores the information locally. So, whenever you refresh the page, this data is lost.
To get around this, you could get your page to remember this by setting a cookie.