Home › Forums › JavaScript › Anything Slider works in .html but not .aspx › Re: Anything Slider works in .html but not .aspx
March 21, 2013 at 4:57 pm
#129267
Member
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];
}
});
});