Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thecodepoetry/5b04a76f71163a66ad2cb90aab06087f to your computer and use it in GitHub Desktop.

Select an option

Save thecodepoetry/5b04a76f71163a66ad2cb90aab06087f to your computer and use it in GitHub Desktop.
Main menu on click tracking
<script type="text/javascript" >
jQuery(document).ready(function($) {
$('.dt-my-button a').on("click", function(){
alert("dt-my-button menu was clicked.");
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment