Maybe the asp.Net ajax is still working and changing elements when the DOM
is ready in the page.

I would encourage you to get rid of your asp.net ajax too. It's a nightmare
of issues.

2009/12/23 Šime Vidas <sime.vi...@gmail.com>

> Well, it actually gets even shorter... you can combine the two
> selectors into one....
>
> jQuery("#TreeviewTd, #MenuBarTd").toggle();
>
> I have no experience with the UpdatePanel, but I encourage you to get
> rid of all other AJAX libraries and stick to jQuery...
>
> Can you tell me why jQuery(document).ready(function(){...}); doesn't
> work when UpdatePanel is present?
>
>


-- 
At,
Leo Balter
http://leobalter.net
Blog técnico: http://blog.leobalter.net

Reply via email to