Hi folks:

Does anybody have a nice trick for firing a callback function AFTER $.post has completed it's actions?

I have a callback, but it either arrives at the same time or just before the function returns the information to the actual html so it keeps missing it. I've confirmed this is the problem as my callback is enabling other parts of the page as it should

Yes, I know I could use the more formal ajax functions...just trying to save the time editing alot of code if it's possible.

Thanks

Reply via email to