[jQuery] Re: Calling HTML pages using post...

2009-02-25 Thread brian
On Wed, Feb 25, 2009 at 1:04 PM, Webspeeder wrote: > > What is the syntax for just calling "load"? And does that use post? Or > just GET. > http://docs.jquery.com/Ajax/load#urldatacallback

[jQuery] Re: Calling HTML pages using post...

2009-02-25 Thread Webspeeder
What is the syntax for just calling "load"? And does that use post? Or just GET. I'm checking permissions before re-routing to new page. This is done on the server. On Feb 25, 12:23 pm, brian wrote: > Why not just use load()? Are you opening these pages within the same > page, or changing locat

[jQuery] Re: Calling HTML pages using post...

2009-02-25 Thread brian
Why not just use load()? Are you opening these pages within the same page, or changing location? What do you mean by "checking permissions"? I'd think that'd be best down on the server. On Wed, Feb 25, 2009 at 8:56 AM, webspee...@gmail.com wrote: > > Hey all. > > I have 5 buttons on a page, eac