[jQuery] Re: Calling an element tag and the value inside one of it's attributes

2009-05-04 Thread Andy H
(document).ready(function() { //alert($("span").attr("printElement")); $("span").each(function() { $(this).attr("printElement").each(function() { }); }); } On May 4, 1:33 pm, Andy H wrote:

[jQuery] Re: Calling an element tag and the value inside one of it's attributes

2009-05-04 Thread Andy H
For some reason this post disappeared. Can anyone answer this? Thanks! On May 1, 10:01 am, Andy wrote: > This is an odd questions.  I have a huge form with a lot of data. > There is a table that data in it I need to display on a print screen > (of course this data isn't being displayed in th

[jQuery] Re: one check box to select entire group

2009-03-26 Thread Andy H
ing the HTML instead of hard to follow > explainations > > It's still not clear what the header column is  is it text? is > there a checkbox?  what has the id "cat1"? > > On Mar 25, 5:22 pm, Andy H wrote: > > > > > That is close, the item section

[jQuery] Re: one check box to select entire group

2009-03-25 Thread Andy H
That is close, the item section will be different for each check box. The table will have three columns that will be populated with check boxes only. The header section in the table will have a global select for each column. So if there is a row that has the following chk__ each ro