Skip to content

Instantly share code, notes, and snippets.

@florianbrinkmann
Created April 26, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florianbrinkmann/1be88345ba216cf00caf to your computer and use it in GitHub Desktop.
Save florianbrinkmann/1be88345ba216cf00caf to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
$("#id-des-menueintrags").on("click", function(e){
e.preventDefault();
// hier muss der Code hin, der nach einem Klick ausgeführt werden soll
displaylightbox(.......);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment