Skip to content

Instantly share code, notes, and snippets.

@pureexe
Created September 27, 2014 14:58
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 pureexe/04b0c5983e093e6bfa95 to your computer and use it in GitHub Desktop.
Save pureexe/04b0c5983e093e6bfa95 to your computer and use it in GitHub Desktop.
<script>
$(document).ready(function(){
$("#link_button").click(function(){
$("#app_display").toggle()
})
})
</script>
<a id="link_button" href="#">จิ้มสิ</a>
<div id="app_display">เราชอบเธออยู่นะ</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment