facebox onload

56 views
Skip to first unread message

Js

unread,
Jan 18, 2009, 5:56:47 AM1/18/09
to facebox
Trying to use face box with onload but no success .

any help please .

thanks .

agentphoenix

unread,
Jan 21, 2009, 1:36:48 PM1/21/09
to facebox
You can just use Facebox without the reference to the anchor, like so:

$(document).ready(function(){
jQuery.facebox(function() {
jQuery.get('code.js', function(data) {
jQuery.facebox(data);
});
});
});
Reply all
Reply to author
Forward
0 new messages