Skip to content

Instantly share code, notes, and snippets.

View kingharrison's full-sized avatar
🏠
Working from home.... always

King Harrison kingharrison

🏠
Working from home.... always
View GitHub Profile
@chukShirley
chukShirley / delete.html
Last active August 29, 2015 14:07
AJAX delete supplier
<html>
<body>
<!-- Can be any kind of input as long as id is "supplierId" -->
<input type="hidden" id="supplierId">
<button class="btn btn-default" id="supplier_deleteButton">Delete Supplier</button>
</body>
</html>