Guest User

Untitled

a guest
Jan 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <script type="text/javascript" language="javascript">
  2. function show() {
  3. if ($('.cboxPhoto').is(':visible')) {
  4. $('.cboxPhoto').imgAreaSelect({ x1: 10, y1: 10, x2: 100, y2: 100, handles: true, parent: cboxContent});
  5. $('#cboxOverlay').unbind('click'); //$('#cboxContent').remove();
  6. } else
  7. setTimeout(show, 50);
  8. }
  9. </script>
  10. <script type="text/javascript" language="javascript">
  11. $(document).ready(function () {
  12. $("a[rel=lightbox]").live("click", function(){
  13.  
  14. url = this.href;
  15. $.fn.colorbox({href: url});
  16. show();
  17. return false;
  18. });
  19. });
  20. </script>
Add Comment
Please, Sign In to add comment