colorbox iframe小记

第一种点击链接弹出

前提是引用jquery、colorbox的js、colorbox的css

html

<a id="baidu" href="http://www.baidu.com" >baidu</a>

js

  $("#baidu").colorbox({ innerWidth: 610, innerHeight: 580, iframe:true});

 

第二种onclick:

$.colorbox({ innerWidth: 610, innerHeight: 580, iframe:true,href:'http://www.baidu.com'});

第三种 onclick执行后台方法之后再弹出生成的页面那么只能 使用ajax

posted @ 2012-11-05 11:45  一个土豆一棵青菜  阅读(2085)  评论(0编辑  收藏  举报