[jQuery] Re: Need to get value of table cell

2009-03-26 Thread Webspeeder
I have the table ID as well as the row ID. On Mar 25, 6:32 pm, Josh Powell wrote: > What unique identifier do these cells have? > > Do the cells have id's? $('#theid').  Do the rows have ids? $('#theid> > td').get(1) will get you the second cell of the row with an id of > > 'theid', does the ta

[jQuery] Re: Where can I get download files?

2009-02-26 Thread Webspeeder
Well, I finally got things to work. I ended up removing everything I had and starting over. I also switched to the exploded version (not the 'min' version) but I don't know if that's the issue because I haven't tried the min since I got it to work. I figure if it's working, I don't want to mess wi

[jQuery] Re: Where can I get download files?

2009-02-25 Thread Webspeeder
OK, my frustration with this is really killing me. Where is the link for the "complete developer bundles" on the download page? I don't see it. I'm trying to get tabs to work and when I copy the code from the example, I can get it to work fine. But when I try to use files off my server, it won't

[jQuery] Using load() to call pages..

2009-02-25 Thread Webspeeder
Hey all. I have a page with 5 buttons and each button calls a different html page. On click of each button, I'm checking security permissions and then I need to call the html page associated with that button. Is it possible to POST with JQuery without having to set the action of the form? Curren

[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