Answers for "get switchery to load after an ajax call"

0

get switchery to load after an ajax call

$(document).find(".new-switchery-stock").each(function(k,v) {
      var elems = $(document).find('.new-switchery-stock'+k);
      var switchery = new Switchery(elems[0]);
 });
Posted by: Guest on January-29-2021

Code answers related to "get switchery to load after an ajax call"

Code answers related to "Javascript"

Browse Popular Code Answers by Language