T
T
TraiDeR2014-12-03 22:07:28
JavaScript
TraiDeR, 2014-12-03 22:07:28

The name of a similar Jquery slider?

Hello! Please recommend a similar Jquery slider like in the image. It should have vertical image navigation, while the navigation block can be scrolled with the up and down arrows.
a875ff3a4c3147bdbc735aa9a2d0b3dc.jpg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Taratin, 2014-12-03
@TraiDeR

darsa.in/sly
+
Perform a simple function of replacing the central image by clicking on the pictures.
Anything in style

$('.sl-item').click(function(){
$('#central-image').attr('src',$(this).data('path-to-full-image'));
})

H
hufawoso, 2017-03-24
@hufawoso

there after all the array comes.
this is how you need it:
var key = json[0].device + ' - ' + json[0].id;

D
Denis, 2017-03-24
@Deonisius

You are referring to the result as an object, but if you look closely, it is an array, and already in it is an object.
var key = json[0].device + ' - ' + json[0].id;

S
Sergey Sokolov, 2017-03-24
@sergiks

Is the page you're running this script on a local server or a server? If on the server - is it via HTTPS? Look at the console - it will become clear what the problem is.
Option: page over HTTPS, and you are trying to load JSON from plain HTTP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question