[jQuery] Re: Selector Logic

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

[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.. div id=div_1 div table tbody tr td class='headerLeft'IMG //tdthTEXT/th td class='headerButton'IMG //td td class='headerRight'IMG //td /tr /tbody /table /div /div

[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

[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 TH/TH