Skip to content

Instantly share code, notes, and snippets.

@lisongx
Created July 27, 2012 14:42
Show Gist options
  • Save lisongx/3188424 to your computer and use it in GitHub Desktop.
Save lisongx/3188424 to your computer and use it in GitHub Desktop.
fm
$('body').append('<div id="tylerdurden"></div>');
$('#tylerdurden').click(function(e){
DBR.act($(this).attr('action'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment