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>
どうすればそれを行うことができますか?のようなリンクをクリックして、このタブを開きたいです。