Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div class="col-md-4">
  2. <div class="thumbnail">
  3. <img class='img-responsive' src="https://c1.staticflickr.com/7/6048/6324416396_5f48f83e7f_b.jpg" alt="Valerie Head Shot" class="img-rounded"></img>
  4. <div class="caption">
  5. <h3>Prof. Yreina D. Cervantez</h3>
  6. <p><a href="javascript:void(0);" class="btn btn-primary" role="button" data-artist="cervantez">Words</a> <a href="#overlay" class="btn btn-default" role="button">Button</a>
  7. </p>
  8. </div>
  9. </div>
  10. </div>
  11.  
  12. <script>
  13. $(document).ready(function() {
  14. $('.btn-primary').click(function() {
  15. $.colorbox({
  16. href: "/artists/"+$(this).attr("data-artist"),
  17. opacity: 0.5
  18. });
  19. });
  20. });
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement