THANK U VERY MUCH :))
On Feb 8, 3:06 pm, andrea varnier <[EMAIL PROTECTED]> wrote: > On 8 Feb, 13:35, mtest <[EMAIL PROTECTED]> wrote: > > > One more time I'm very sorry for my English :) > > But I like jQuery very much :) > > Hi :) > you can set the id of an element with the attr() method > > $('div').each(function(index){$(this).attr("id", "div" + index);});