stevenwanderski / bxslider-3

jQuery custom content slider
http://bxslider.com
448 stars 101 forks source link

I have a problem implementing with Bx slider. invalid array length? #5

Open TheMo opened 13 years ago

TheMo commented 13 years ago

When i use it I get the error invalid array length?

The slider renders good, but when i click on the arrow this error shows and than it does not work anymore.

I use it with div's and it is in a asp.net user control further i have linked the jquery link just as the tutorial.

Could you please help?

code below ------------------------------------------ start here--------------------------------------------------

I use this, because i have a link to jqeury from google in master page

Tall Glow
Tall Glow
Tall Glow
Tall Glow
stevenwanderski commented 13 years ago

I used your code on my local machine and it works just fine. Can you post a link displaying the problem?

TheMo commented 13 years ago

unfortunataly i can't I am creating a project and it is on mine local machine. I don't know, maybe you have teamviewer and could check it out with me? do you have skype?

erro which i get in side mine IDE: array lenth must be assigned a finite positive number

This is also what i use in the same page?

"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2"
src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js" src="http://code.jquery.com/jquery-1.6.2.min.js" src="../Scripts/jquery.bxSlider.min.js"

stevenwanderski commented 13 years ago

You are calling the jQuery library three times in the head. Remove the first two and leave this:

<script src="http://code.jquery.com/jquery-1.6.2.min.js" type="text/javascript"></script>
TheMo commented 13 years ago

I removed it and I still get the same error array length must be assigned a finite positive number?