Skip to content

Instantly share code, notes, and snippets.

@jphastings
Created September 28, 2010 12:22
Show Gist options
  • Save jphastings/600878 to your computer and use it in GitHub Desktop.
Save jphastings/600878 to your computer and use it in GitHub Desktop.

Problem

Clicking on 'Lightbox' link opens the lightbox - but the link inside the lightbox isn't clickable.

Any ideas?

<!DOCTYPE html>
<html>
<head>
<title>RightJS Bug?</title>
<script type="text/javascript" src="code/right.js"></script>
<script type="text/javascript" src="code/right-lightbox.js"></script>
</head>
<body>
<a href="#" onclick="Lightbox.show($('lb').html())">Lightbox</a>
<div id="lb">
My Lightbox
<a href="http://google.com">Google</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment