mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
12 lines
122 B
JavaScript
12 lines
122 B
JavaScript
|
|
|
|
|
|
function NextSlide()
|
|
{
|
|
$('.swiper-button-next').click();
|
|
}
|
|
|
|
function PreSlide()
|
|
{
|
|
$('.swiper-button-prev').click();
|
|
} |