jQuery UI Dialog

//获得属性

var autoOpen = $('.selector').dialog('option', 'autoOpen');

//设置属性

$('.selector').dialog('option', 'autoOpen', false);

jquery.bgiframe使用方法

$("#bg").bgiframe();//#bg是遮罩层,即设置半透明的那个DIV,其他都没用

posted @ 2012-07-24 15:25  tinaleft  阅读(151)  评论(0编辑  收藏  举报