答案 0 :(得分:2)
类似于:jQuery.facebox('hi there')
答案 1 :(得分:2)
$("#Button2").click(function() {
// to load html/php page
jQuery.facebox({ ajax: 'remote.html' });
jQuery.facebox({ ajax: 'remote.php' });
// load image
jQuery.facebox({ image: 'images/dude.jpg' });
});
答案 2 :(得分:0)