Skip to content

Instantly share code, notes, and snippets.

@adnanfajr
Last active August 3, 2016 16:36
Show Gist options
  • Save adnanfajr/c8f93303c58342d384fd3bf6085f55cb to your computer and use it in GitHub Desktop.
Save adnanfajr/c8f93303c58342d384fd3bf6085f55cb to your computer and use it in GitHub Desktop.
<a href="javascript:doSomething();">
<script>
$(function(){
$( "#target" ).on("click",function(){
$("#successModal").modal();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment