jQuery('#slider-list').jcarousel({
wrap: 'circular'
})
.jcarouselAutoscroll({
interval: 20000,
target: '+=1',
autostart: true
});
$('.jcarousel-control-prev').jcarousel();
$('.jcarousel-control-prev')
.on('jcarouselcontrol:active', function() {
$(this).removeClass('inactive');
})
.on('jcarouselcontrol:inactive', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '-=1'
});
$('.jcarousel-control-next')
.on('jcarouselcontrol:active', function() {
$(this).removeClass('inactive');
})
.on('jcarouselcontrol:inactive', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '+=1'
});
Раз не знаешь зачем тебе это - удали ))) а в будущем разберешься сможешь использовать
<input type="text" name="biz" id="site_imput1" value>
$('#skrit_imput1').change(function() {
result0=$('#skrit_imput1').val();
});
RewriteEngine On
RewriteCond $1 !^(index.php|js|css|font|images)
RewriteRule ^(.*)$ index.php/$1 [L]
Знаете ли Вы JS Navite, Node, Vue , Angular, React? Асинхронность запросов, обмен JSON-данными, REST API?
Или только слышали\читали об этом, и кроме CSS+HTML+jQuery толком нечего не умеете?
Какой Стек знаний у вас за плечами?