包含 vimeo 播放器的 jquery 代码如下
$("modal-nofooter").addEvent("click", function(e){
e.stop();
var SM = new SimpleModal({"hideFooter":true, "width":710});
SM.show({
"title":"Vimeo video",
"model":"modal",
"contents":'<iframe src="http://player.vimeo.com/video/26198635?title=0&byline=0&portrait=0&color=824571" width="680" height="382" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>'
});
})