開始我有兩個函數,開始喜歡這個兩個功能使用jQuery不工作
功能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
});
});
,但它不是與這兩相同的jQuery工作函數名稱,如果我把$放在一個函數中,即使它不工作。
請幫幫忙。
措辭有些尷尬,你的意思是你已經發布的代碼* does *工作,但如果你用''替換'jQuery',它會停止工作? – 2013-03-01 15:23:46
控制檯中的任何錯誤? – romainberger 2013-03-01 15:24:22
你能證實我之前評論中的假設是正確的嗎?我想編輯這個問題以使其更清楚,但我不想這麼做,直到你說出這就是你的意思。 – 2013-03-01 15:43:36