Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Guys.. I have prob with a site, the url is here http://goo.gl/hUD0q I've used jQuery 'anything slider'.. The problem is, slider doesn't work when hosted online. But it works when run locally with the files.

  • 4 การตอบกลับ
  • 2 คนมีปัญหานี้
  • 10 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย Loose Cannon

I have also tried linking the jquery from the Google api.. its not working either.. The prob occurs only in FF, its working well both online & offline in the other browsers... any thoughts??

I have also tried linking the jquery from the Google api.. its not working either.. The prob occurs only in FF, its working well both online & offline in the other browsers... any thoughts??

เปลี่ยนแปลงโดย Loose Cannon เมื่อ

วิธีแก้ปัญหาที่เลือก

That is a problem with backslashes in the links (js\jquery.anythingslider.min.js):

<script type="text/javascript"  src="js\jquery.min.js"></script> 
<!-- Anything Slider --> 
	<link rel="stylesheet" href="slide.css" type="text/css"/> 
	<!--	<script src="js\jquery.anythingslider.min.js"></script>  -->

<script type="text/javascript"  src="js\jquery.anythingslider.js"></script>
อ่านคำตอบนี้ในบริบท 👍 0

การตอบกลับทั้งหมด (4)

upgrade your browser to Firefox 8 and try

Guess the prob isn't with FF version.. Site works fine when run locally.. Only when viewed online its changes to a scroll box :(

วิธีแก้ปัญหาที่เลือก

That is a problem with backslashes in the links (js\jquery.anythingslider.min.js):

<script type="text/javascript"  src="js\jquery.min.js"></script> 
<!-- Anything Slider --> 
	<link rel="stylesheet" href="slide.css" type="text/css"/> 
	<!--	<script src="js\jquery.anythingslider.min.js"></script>  -->

<script type="text/javascript"  src="js\jquery.anythingslider.js"></script>

Oh dear..my bad... Changed it and works fine.. Thanks cor-el :) :)