Blame | Last modification | View Log | RSS feed
<script type="text/javascript">$(function() {$('#add-item').live('click', function(){$('<br/><br/><label> ItemId : </label> <input name = "itemId" type = "textbox"/>'+'<label>Snapdeal : </label> <input name = "snapdeal" value="0" type = "checkbox"/><span>|</span><label>Flipkart : </label><input name = "flipkart" value="0" type = "checkbox"/><span>|</span><label>Amazon : </label><input name = "amazon" value="0" type = "checkbox"/>').appendTo('#item-info');});});</script><form id="itemForm"><div id="item-info"><label> ItemId : </label><input name = "itemId" type = "textbox"/><label>Snapdeal : </label><input name = "snapdeal" value="0" type = "checkbox"/><span>|</span><label>Flipkart : </label><input name = "flipkart" value="0" type = "checkbox"/><span>|</span><label>Amazon : </label><input name = "amazon" value="0" type = "checkbox"/></div><img id = "add-item" src = "/Support/images/add-new.png" style="padding:10px;"/><br/><input type="submit" value="Submit Items" style="margin-left:10px;"></form>