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);});

Reply via email to