Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

What is the best way to download mulitple images using jquery

function downloadImages() {
    $(".grcode-image").each(function (index, currentElement) {
      currentElement.click();
    });
  }
 
PREVIOUS NEXT
Tagged: #What #download #mulitple #images #jquery
ADD COMMENT
Topic
Name
9+8 =