Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two callbacks on one page. One is hidden. When I click on an item from the first callback it's fires an onclick event which makes the second callback visible and changes the layout of the page to look like your going to another page.

The problem is that sometimes the second callback is called and becomes visible before the layout changes. I need to ensure that the callback isn't visible until the layout change completes.
Posted

1 solution

Perhaps there's an event you can hook into, so that when the elements become visible, then your next callback is called by that code ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900