Team:Groningen/Templates/Navigationbar
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <script> | ||
+ | $('a.someclass').click(function(e) | ||
+ | { | ||
+ | // Special stuff to do when this link is clicked... | ||
+ | |||
+ | // Cancel the default action | ||
+ | e.preventDefault(); | ||
+ | }); | ||
+ | </script> | ||
<style> | <style> |
Revision as of 20:47, 4 October 2013