I can't loading images into jquery.
Code:
leftBtn : '../../img/image1.png',
rightBtn : '../../img/image2.png',
Used:
/ Add the buttons to move left and right
.prepend('<a href="#" class="cs_leftBtn"><img src="'+o.leftBtn+'" /></a>')
.append('<a href="#" class="cs_rightBtn"><img src="'+o.rightBtn+'" /></a>')
Where is the problem?
Thanks