-
Notifications
You must be signed in to change notification settings - Fork 379
Description
Thank you for your script!
I have one major issue that seems to be killing me. It seems like all the links inside the first loaded panel throw errors when clicked on. When I advance to the next panel and go back, there is no problem anymore. I was able to replicate this with having it start on a panel burried deep, and it happens then too. It's really strange. What's even stranger is that is doesn't happen with 'regular' links either, just ones that are generated by .NET.
Here is the code generated by .NET for the first panel contents:
Here's my slider config:
$(".bulletin-selection-selector ul.bulletin-selection-results").anythingSlider({
easing:"easeInOutExpo",
infiniteSlides:false,
autoPlay:true,
delay:0,
startStopped:false,
animationTime:0,
hashTags:false,
buildNextPrevButtons:true,
buildNavigation:false,
});
The error I get is: Unspecified error. jquery.min.js line 144 character 314
What I did was modify a version of jQuery, run a alert in a around that error spot and had it alert me with the property it was getting at the time. What I returned was that the links seemed to be wanting to trigger 'slideLeft' and then the number of pixels to slide.
I hope I'm giving you enough information to try and track down what is causing this.
Thanks!