Hello eveyone, i know this issue has come up before, but i need some help. Every time jquery UI library loads in my app, it stacks 4-5mb to memory usage, and does not free the memory after loading. This does not occur when i call UIBLOCK, only when library is loaded. after a long day, a user could have stacked 200-400mb into memory usage under task manager. HELLLPPPP please
Hello, i have a site, the layout has 4 panes, top, middle right, middle left and bottom. I am trying to get a link to move window down to bottom when user clicks a link. So i tried the standard <a name='bottom'></a>, then i put the href='#bottom' in my link. But it does not work with jquery AJax.