Displaying 1 result from an estimated 1 matches for "sub_item".
Did you mean:
subitem
2006 Feb 21
3
AJAX sub-list
...uot; I''d like to be able to add/remove
"sub-items"
on pressing an add button below the "sub-items" a bit of a form shows up
with the html looking something like:
<div id="uniqueid">
<!-- label etc here -->
<input type="text" id="sub_items[]" name="sub_items[]" size="20"/>
<a href="#" onclick="new Ajax.Updater(''uniqueid'', ''/items/hide'',
{asynchronous:true, evalScripts:true}); return false;" >delete</a>
</div>
The problem: making un...