mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
XEDITION js 문제 고침
This commit is contained in:
parent
0fbfe1294b
commit
e00b2a5631
3 changed files with 414 additions and 14 deletions
|
|
@ -529,19 +529,21 @@
|
|||
</script>
|
||||
</section>
|
||||
<!-- /Login widget -->
|
||||
<script>
|
||||
var swiper = new Swiper('.swiper-container', {
|
||||
autoplay: 6000,
|
||||
loop: true,
|
||||
pagination: '.pagination',
|
||||
paginationClickable: true
|
||||
});
|
||||
jQuery('.swiper-button-next').on('click', function(e){
|
||||
e.preventDefault();
|
||||
swiper.swipeNext();
|
||||
});
|
||||
jQuery('.swiper-button-prev').on('click', function(e){
|
||||
e.preventDefault();
|
||||
swiper.swipePrev();
|
||||
<script cond="$_enable_slide">
|
||||
jQuery(document).ready(function () {
|
||||
var swiper = new Swiper('.swiper-container', {
|
||||
autoplay: 6000,
|
||||
loop: true,
|
||||
pagination: '.pagination',
|
||||
paginationClickable: true
|
||||
});
|
||||
jQuery('.swiper-button-next').on('click', function(e){
|
||||
e.preventDefault();
|
||||
swiper.swipeNext();
|
||||
});
|
||||
jQuery('.swiper-button-prev').on('click', function(e){
|
||||
e.preventDefault();
|
||||
swiper.swipePrev();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue