Skip to content

Instantly share code, notes, and snippets.

View mikegrungey's full-sized avatar

Ahmad Farid Bin Mat Piah mikegrungey

  • putrajaya, malaysia
View GitHub Profile
@mikegrungey
mikegrungey / frontendDevlopmentBookmarks.md
Last active January 5, 2016 13:51 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
/*
|--------------------------------------------------------------------------
| Delete form macro
|--------------------------------------------------------------------------
|
| This macro creates a form with only a submit button.
| We'll use it to generate forms that will post to a certain url with the DELETE method,
| following REST principles.
|
*/