[jQuery] postbacks, $(document).ready(), and asp.net

[jQuery] postbacks, $(document).ready(), and asp.net


I'm having an interesting problem that happens in both IE6 and
Firefox. My menu script runs fine when the page first loads. It sets
the style of certain table elements when the $() ready function fires,
all is good. But on postbacks (button clicks), the script runs fine,
the style is updated, but the page doesn't show the updated styles.
Any ideas on what to track down? I've checked that the style is indeed
changed with Firebug on postbacks, so I have no idea why the browser
doesn't display the updated styles.
Thanks
Rob