html - How to change the numbers to images on JQUERY image slider -


i implement image slider on website: http://showcase.awkwardgroup.com/ instead of content numbers @ bottom being numbers, them smaller versions of images in slider.

any ideas on how can this?

if download js file , navigate line #472, can see if 'btn_numbers' property true, use numeric numbers, if it's false, convert '●' small black circle. so, use images numbers, create image each number, , place

img_name = parseint(i+1)+".jpg"; <img src=img_name+".jpg"> 

instead of numeric counter. obviously, code above won't execute straightaway, it's starting point , since entire code in loop, it'll pick image each number you've created.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -