Hi, thanks for your response. I tried several variations to no avail.
$("#slideshow-mastercontainer").load("content_repo.html #con_SS2", function() {
$('#con_SS2").royalSlider({
autoHeight: false,
arrowsNav: true,
loop: false,
keyboardNavEnabled: true,
controlsInside: false,
imageScaleMode: 'fill',
arrowsNavAutoHide: false,
autoScaleSlider: true,
controlNavigation: 'none',
navigateByClick: false,
startSlideId: 0,
transitionSpeed: 900,
autoPlay: false,
transitionType:'move',
easeInOut: 'easeInOutSine',
easeOut: 'easeInOutSine',
deeplinking: {
transitionType: 'fade',
enabled: true,
change: true,
prefix: 'slide-',
},
});
});
.....And.....
$("#success").load("/not-here.php", function(response, status, xhr) {
if (status == "error") {
$("#slideshow-mastercontainer").load("content_repo.html #con_SS2", function(response, status, xhr) {
if (status == "success") {
$('#con_SS2").royalSlider({
autoHeight: false,
arrowsNav: true,
loop: false,
keyboardNavEnabled: true,
controlsInside: false,
imageScaleMode: 'fill',
arrowsNavAutoHide: false,
autoScaleSlider: true,
controlNavigation: 'none',
navigateByClick: false,
startSlideId: 0,
transitionSpeed: 900,
autoPlay: false,
transitionType:'move',
easeInOut: 'easeInOutSine',
easeOut: 'easeInOutSine',
deeplinking: {
transitionType: 'fade',
enabled: true,
change: true,
prefix: 'slide-',
},
});
});
});
.
help.dimsemenov.com
No comments:
Post a Comment