このように始まる2つの関数があります
機能 1:
jQuery(function() {
jQuery('.fancypantsaccordionholder').accordion({
oneOpenedItem:true,
speed:300,
scrollSpeed:300,
open:0
});
});
機能 2
jQuery(document).ready(function(){
jQuery('#sidepanel_jt').tabSlideOut({
tabHandle: '.handle',
pathToTabImage:'',
imageHeight: '',
imageWidth: '',
tabLocation: '<?php echo $panel_position;?>',
speed: <?php echo $speed;?>,
action: 'click',
topPos: '<?php echo $topposition;?>px',
fixedPosition: true
});
});
しかし、機能していなくても、$を1つの関数に配置すると、この2つの同じjquery関数名では機能しません。
みんな助けてください。