[jQuery] Re: Problem with each()

2007-10-15 Thread Potluri
Hi I dont undrestand what ur trying to do exactly. but from my understanding ur trying to take the html value of duration class ans increment it by 1 and then again put back the html value like... 1 2 3 4 So after looping it should be 2 3 4 5 Is this what ur trying to do. Ur loop will do exac

[jQuery] Re: problem with each() function

2007-07-12 Thread Jake McGraw
You have to wrap "this" with the jQuery $() object: $(this).children.eq(0)... - jake On 7/12/07, Salvatore FUSTO <[EMAIL PROTECTED]> wrote: Hi, i've a table in which there are a number of cells, of class myCl: these cells are not in all rows; in each of these cells i have one select and one

[jQuery] Re: Problem with "each" on IE7

2007-05-31 Thread elkdanger
Never mind, I've found the problem. I had neglected to set the content header for the return data from / actions/getModels_xml.php to 'text/xml'. Firefox was reading the text data as xml properly, whereas IE7 (rightly) wasn't. On 30 May, 10:25, elkdanger <[EMAIL PROTECTED]> wrote: > Hi > > I've