Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Anything Slider works in .html but not .aspx Re: Anything Slider works in .html but not .aspx

#129267

http://www.axium.com/company/jwtest.aspx

Here is the page. (Ignore the name of the page…I have done all kinds of testing). The Master is old and kind of a mess. Just looking to see why this code is not rendering:

$(document).ready(function() {
$(‘#slider1’).anythingSlider({
resizeContents : true,
addWmodeToObject : ‘transparent’,
navigationFormatter : function(index, panel){ // Format navigation labels with text
return [index – 1];
}
});
});