的的fancybox模式彈出使用一些JavaScript:如何從多個鏈接調用相同的fancybox javascript?
$("#PeoplePopup").fancybox({
'autoScale' : false,
'padding' : 0,
'width' : 800,
'height' : 600,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
'overlayColor' : '#000',
'overlayOpacity' : 0.5
});
鏈接被點擊時被觸發:
<a href = "peoplesearch.aspx" class="SmallWhite"
id="PeoplePopup">Search for Internal Contact details > </a>
我如何可以調用從多個鏈路使用相同的彈出代碼?
非常感謝! - 我的java是最小的tbh - 我知道這將是簡單的事情,我會盡快接受。 – 2012-07-31 07:59:48