I have a list of buttons with an update panel underneath. When you click one of the buttons the update panel will refresh with different content. I have this working fine but I want to make it look nice with some jQuery animation so when you click the button the update panel refreshes and the content slides down.
Any javascript that I attach to the buttons seems to fire before the update panel is refreshed.
What is the best way to achieve this? Should I use something other than an update panel?
Any javascript that I attach to the buttons seems to fire before the update panel is refreshed.
What is the best way to achieve this? Should I use something other than an update panel?
Comment