Hello.
I have this HTML code:
<div class="item_content" sale_num="12345">some stuff</div>
<div class="item_content" sale_num="123456">some stuff</div>

I need to insert a checkbox into div "item_content" with value of
"sale_num" attribute.
I'm trying to do it with:
$$('div.item_content').invoke('insert', {bottom: '<input
type="checkbox" class="compare_itm" value="????????" />' });

but i have no idea how to continue.
thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to