On 4 juil, 21:02, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Since installing jQuery 1.1.3, a major memory problem has arisen in
> which 99% of the cpu is used.
>
> I did lots of tests and tracked it down 
> tohttp://davecardwell.co.uk/javascript/jquery/plugins/jquery-em/0.2/
With FireBug, I tracked the problem further and it it the .width()
that is performed every 100 millisecond that is responsible of the
problem.
You can see it on http://www.pyrat.net/
With FireBug, look at the body tag and you will notice that there is a
style that is added to it :
<body style="position: static;">
then
<body style="position: relative;">
And so on.

Regards.

Reply via email to