You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use getSlideAt , this will return the image source: console.log(data.$mainImage[0].src), as you can see if you inspect the object returned by the method, but this method is mainly for retrieving other type of data, like the settings. To get attribute values, you could use this instead: console.log($mySlider.find('.sp-selected .sp-image').attr('src'));
Not sure but how would I retrieve the current image data of the slide? Ie: the image url...
Im confused, this should be a base function or atleast some documentation concerning this.
var slider = $('#slider-car-details').data( 'sliderPro' );
The text was updated successfully, but these errors were encountered: