Skip to content

Instantly share code, notes, and snippets.

@krams915
Created September 15, 2011 03:55
Show Gist options
  • Save krams915/1218490 to your computer and use it in GitHub Desktop.
Save krams915/1218490 to your computer and use it in GitHub Desktop.
Event Table (DataTables version) - Buttonize links
$(function() {
// Convert links to buttons
$('#addLink, #editLink, #deleteLink').button();
...
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment