Java Script Feeds -

AJAX | jQuery | mootools |

Re: Navigation with Ajax Re: Navigation with Ajax

- (mooforum.net) - 5 months, 1 weeks ago...

Firstly never include new Request inside of a click event. This will create a new object for every click, rather the reusing the already created Request object. This is more noticeable in ajax driven websites that load each page with a Request. See: http://examples.torntech.com/memLeak/ Considering the Request object I use is loading next to no data per request the object sizes are smaller than one loading entire contents. Secondly I recommend you create a Class for your page loader and use th...

see complete article.

Similar recent news articles...

Older news

Vertical drop menu for K2 Vertical drop menu for K2 - (joomlasphere)