Skip to content

Instantly share code, notes, and snippets.

@dbriones
Created September 19, 2011 20:51
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 dbriones/1227578 to your computer and use it in GitHub Desktop.
Save dbriones/1227578 to your computer and use it in GitHub Desktop.
HTML tab structure
table <-- contains the tabs
+ tr
+ td <-- first tab, onclick defined here
+ table
+ tr
+ td
+ a
+ td <-- second tab, onclick defined here
+ table
+ tr
+ td
+ a <-- this is the element we are attempting to click, but its onclick is defined as a no-op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment