Re: [jQuery] JQuery/Java script Help required

2009-11-17 Thread ninadmhatre
hey thanks for the suggestion i will try this .. brian ally-3 wrote: > > You cannot have more than one element in a page with the same ID. The > entire point of an ID is to *uniquely identify* an element. > >> This page is dynamically generated by ( Template Toolkit ) so I can not >> hardcode

Re: [jQuery] JQuery/Java script Help required

2009-11-17 Thread brian
On Tue, Nov 17, 2009 at 2:21 AM, ninadmhatre wrote: > > HI > I am very new to Java scripting. I am stuck at one html page which has 6 > blocks with same ID attribute and options in this blocks > are nothing but the links to different pages ( ALL LINKS ARE UNIQUE ) . You cannot have more than on

[jQuery] JQuery/Java script Help required

2009-11-16 Thread ninadmhatre
HI I am very new to Java scripting. I am stuck at one html page which has 6 blocks with same ID attribute and options in this blocks are nothing but the links to different pages ( ALL LINKS ARE UNIQUE ) . This page is dynamically generated by ( Template Toolkit ) so I can not hardcode the ID.