Skip to content

Instantly share code, notes, and snippets.

@house9
Created September 25, 2009 15:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save house9/193608 to your computer and use it in GitHub Desktop.
Save house9/193608 to your computer and use it in GitHub Desktop.
<a href="http://www.google.com/" class="target-blank">Google</a>
<script type="text/javascript">
$j(document).ready(function() {
$j('a.target-blank').click(function() {
this.target = '_blank';
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment