Re: [jQuery] Re: How to avoid page refresh with jquery in typo3 ?

2009-11-09 Thread Jonathan Vanherpe (T T NV)
chris wrote: On Nov 6, 5:25 pm, Jonathan Vanherpe (T T NV)jonat...@tnt.be wrote: I guess you'll just need to add this: $('div#menu').load($(this).attr('href')+' div#menu'); But I should warn you, this is far from efficient, as you're making 2 requests for the same page this way, instead of

[jQuery] Re: How to avoid page refresh with jquery in typo3 ?

2009-11-06 Thread chris
mhh .. yeah well, GIYF and RTFM ... would it really have taken you that much more time to answer the question instead of lecturing me ? in any case thx for taking the time to respond ... i did google my fingers bloody on this issue and read a variety of manuals of several JS libraries, however

[jQuery] Re: How to avoid page refresh with jquery in typo3 ?

2009-11-06 Thread chris
If you do have a direct link to a tutorial/article/documentation of how you avoid page reloads/refresh with JQ (or any other AJAX lib) in typo3 Front-end sites, please do share it !