Answers for "image source not changing from <picture> in jquery"

3

jquery change picture source

$(document).ready(function () {
    $('img').click(function(){
        $(this).attr('src','images/download.jpeg')
      })
})
Posted by: Guest on April-26-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language