You could set up your server-side code to send back only a portion of
the page rather than the entire thing. Other than that, we'd probably
need to see more of your code before we could offer constructive advice.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Oct 20, 2009, at 4:52 PM, wael alzard wrote:
hello all,
i have program a web site based on jquery ajax , but i have a problem
on preformence
that when i request any page and the content loaded form another page
the browser hangs when i call this method
$('Content').html(a); // this but the loaded page into current page
how can i improve the preformence ?