suppose i have a list of users….
<a href="#">user1</a>
<a href="#">user2</a>
<a href="#">user3</a>
i want to switch div content related to the user while click on it and also want to align that div to the bottom right corner….i.e.
user1 user2 user3
how i should do that with jquery and $.ajax()
From my understanding, you want to load user-content asynchrnously:
— Works with —