mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
updated tests
This commit is contained in:
@@ -40,4 +40,29 @@ jQuery(document).ready(function ($) {
|
||||
prefix: 'slider-'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
jQuery(document).ready(function ($) {
|
||||
$(".royalSlider").royalSlider({
|
||||
// general options go gere
|
||||
autoScaleSlider: true,
|
||||
autoPlay: {
|
||||
// autoplay options go gere
|
||||
enabled: true,
|
||||
pauseOnHover: true
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(document).ready(function ($) {
|
||||
$(".royalSlider").royalSlider({
|
||||
// general options go gere
|
||||
autoScaleSlider: true,
|
||||
video: {
|
||||
// video options go gere
|
||||
autoHideBlocks: true,
|
||||
autoHideArrows: false
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user