確定這裏是我的問題:我使用Joomla 1.6,jQuery和AJAX的衝突 - 的Joomla
我有一個Ajax的JS顯示幻燈片如何在我的網站位於:www.dhwnj.com jQuery的腳本啓動停止時,我使用從我的工作幻燈片放映,所以我嘗試使用沒有衝突腳本,但我不知道我是否正確地使用它:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $this‐>baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.metadata.min.js"></script>
<script type="text/javascript" src="<?php echo $this‐>baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.maphilight.js"></script>
<script type="text/javascript" src="<?php echo $this‐>baseurl ?>/templates/<?php echo $this->template?>/js/fancybox/jquery.fancybox.js"></script>
<script>
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery(document).ready(function(){
jQuery("jquery.maphilight.js").hide();
});
// Use Prototype with $(...), etc.
$('_class.noobSlide.packed.js').hide();
</script>
<script type="text/javascript" src="<?php echo this->baseurl; ?>/templates/
<?php echo $this->template ?>/js/_class.noobSlide.packed.js" >
</script>
什麼想法?
那是什麼?你介意清理那些代碼嗎? – jeffreynolte 2011-03-10 15:59:02