dio-v
4/6/2016 - 9:59 AM

Array and loop in jquery

Array and loop in jquery

    var fixItems =  ['.test1','.test2','#test'];
    $.each(fixItems, function (index, value) {
    });