Guest User

Untitled

a guest
May 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script type="text/javascript">
  2. // Function used to show facebox with the given message.
  3. function showMessageBox(message) { jQuery.facebox(message); }
  4.  
  5. // Links with rel='facebox' will be used to show facebox.
  6. jQuery(function($) { $('a[rel*=facebox]').facebox() })
  7. </script>
Add Comment
Please, Sign In to add comment