[jQuery] Re: Jquery Ajax vs base Ajax approach

2008-10-18 Thread ricardobeat
The only visible differences are that with jQuery you are using POST instead of GET, and sending some data to the server, what you don't seem to be doing on your 'base' approach. Anyway response times should be the same, the function running time is negligible, it only depends on the server. - ri

[jQuery] Re: Jquery Ajax vs base Ajax approach

2008-10-18 Thread bookme
I mean response time using base ajax approach or jquery? Which one is fast ? Please tell me Thanks On Oct 18, 6:52 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Can you elaborate on what you mean by "seemless"? Like mainly, what > is the issue? And what is "better results"? the results should

[jQuery] Re: Jquery Ajax vs base Ajax approach

2008-10-18 Thread MorningZ
Can you elaborate on what you mean by "seemless"? Like mainly, what is the issue? And what is "better results"? the results should be the same if your php code is any code On Oct 18, 2:27 am, bookme <[EMAIL PROTECTED]> wrote: > Hi, > > Jquery is gr8 I agreed. > > But when I am working on a re