get switchery to load after an ajax call code example
Example: 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]);
});