Facebox Load Whole Page Content


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(document).ready(function(){
  2. jQuery.facebox(function() {
  3. jQuery.get('code.js', function(data) {
  4. jQuery.facebox(data);
  5. });
  6. });
  7.  
  8. });

URL: http://groups.google.com/group/facebox/browse_thread/thread/c4724234763f6688

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.