[jQuery] Re: do I really have to use xml?

2009-05-13 Thread snorkel
doh! items[p].getAttribute("name"); On 14 May, 02:08, snorkel wrote: > I have an array of nodes which are being created in a for loop >  for n 1 to 30 etc etc which makes nodes like this in the html > >  hh_010_0160   > etc > etc >  hh_010_0160 > > so

[jQuery] Re: modal pop-up from inside

2009-05-13 Thread snorkel
I am pretty new to all this, but here goes.. it seems to me you need to have something like window.parent.load (javascript) you need parent because an iframe is a window On May 14, 12:08 am, Red wrote: > I am stuck with an issue of getting my modal to pop up and out of the > iframe and show on

[jQuery] do I really have to use xml?

2009-05-13 Thread snorkel
I have an array of nodes which are being created in a for loop for n 1 to 30 etc etc which makes nodes like this in the html hh_010_0160 etc etc hh_010_0160 so in other words each node has an array index in the name and some javascript which has items = parent.getElementsByTagName(li); so

[jQuery] multiple selects put into an array is this easy?

2009-05-06 Thread snorkel
hullo, I am new to js and jquery ... and have got into a mess trying to find a way to do this. I have a large table and I want to be able to select multiple entries from one column... using the usual ctrl and shift keys to either select continuous groups or multiple individual entries. So a