2011-11-01 40 views

回答

20

Colorbox有修改該功能的選項。只需將其添加到您的colorbox實例:

$("#selector").colorbox({ 
    //your other colorbox options 
    //... 
    escKey: false, 
    overlayClose: false 
}); 
相關問題