[jQuery] Design question

2008-11-24 Thread daveyoi
Hello Everyone, I am new to jquery and am using it in a project to develop a PHP based Mysql report generator. My question is not 100% jquery but more on application design? I have a bunch of list items that I can drag and drop (thanks to jquery) on to a workspace - on dropping I create a elelm

[jQuery] Selector Logic

2008-12-29 Thread daveyoi
Hey guys, Sorry for a real basic question but I just cant work this out.. I have the following structure based on a jqGrid output.. TEXT based on that structure how do access the that belongs to the td with class headerButton? Been scratching my head for 2 hours now :(

[jQuery] Re: Selector Logic

2008-12-29 Thread daveyoi
Sorry - left out the important part The containing div (div_1) can be created more than one on a page -- so div_1 , div_2 , div_3 and they would all contain the structure described above.. this is why I cant just access using $ (".headerButton") as there could be potentially more than 1. I rea

[jQuery] Re: Selector Logic

2008-12-30 Thread daveyoi
Thanks both for your excellent suggestions.. and thanks for the links on Context Joe. :)