該函數不工作,彈出(div #pop_member)不顯示。我正在使用jQuery Tools library。jquery暴露覆蓋函數
function run_expire(){
$("#pop_member").overlay({
expose: {
color: '#212121',
loadSpeed: 200,
opacity: 0.9
},
closeOnClick: false
});
}
run_expire();
我希望在頁面加載這個彈出窗口顯示:
<div class="simple_overlay" id="pop_member">
<div class="details">
<h4>Member Admin Login Area</h4>
<p>Sign in below to edit your personal and business information.</p>
</div><!--details-->
</div><!--simple_overlay-->
不工作怎麼樣?你使用了什麼特定的插件?更多信息,不要讓人猜測。 – 2009-09-21 01:31:41
同意上面的評論。 – 2009-09-21 15:03:57