我在 jQuery.Script 上有“tabslideout”:
$(function(){
$('.slide-out-div').tabSlideOut({
tabHandle: '.handle',
pathToTabImage: '/images/contact.gif',
imageHeight: '122px',
imageWidth: '40px',
tabLocation: 'left',
speed: '300',
action: 'click',
topPos: '200px',
fixedPosition: true
});
});
我想通过单击链接打开此选项卡,例如<a href="">Some Text</a>
我该怎么做?