x
My Menu
My Cart (0)
There are no items in your cart
Showing 9 results
Sort by

Filter Products By

Need Help?

Chat with us on WhatsApp

whatsapp icon
&scat[]=&subcatid[]=", type: "POST", data: fd1, contentType: false, cache: false, processData:false, success: function(result){ $('#ec-overlay').css('display','none'); $('.mobile-menu-close').trigger('click'); $("#apenddata").html(''); $("#apenddata").append(result); }, error: function(){ } }); } } function mobsearchtype() { var fd1 = new FormData($('#searchform')[0]); $.ajax({ url: "https://nuttoppers.in/search1.php?cat=&scat=&subcatid=", type: "POST", data: fd1, contentType: false, cache: false, processData:false, success: function(result){ $('#ec-overlay').css('display','none'); $('.mobile-menu-close').trigger('click'); $("#apenddata").html(''); $("#apenddata").append(result); }, error: function(){ } }); } function sorttype(val) { var fd1 = new FormData($('#searchform')[0]); $.ajax({ url:"https://nuttoppers.in/search1.php?cat=&scat=&subcatid=&sortby="+val, type: "POST", data: fd1, contentType: false, cache: false, processData:false, success: function(result){ $('#ec-overlay').css('display','none'); $("#apenddata").html(''); $("#apenddata").append(result); }, error: function(){ } }); } const slider = document.getElementById('ec-sliderPrice'); if(slider){ const rangeMin = parseInt(slider.dataset.min); const rangeMax = parseInt(slider.dataset.max); const step = parseInt(slider.dataset.step); const filterInputs = document.querySelectorAll('input.filter__input'); noUiSlider.create(slider, { start: [rangeMin, rangeMax], connect: true, step: step, range: { 'min': rangeMin, 'max': rangeMax }, format: { to: value => value, from: value => value } }); slider.noUiSlider.on('update', (values, handle) => { filterInputs[handle].value = values[handle]; //searchtype(); }); filterInputs.forEach((input, indexInput) => { input.addEventListener('change', () => { slider.noUiSlider.setHandle(indexInput, input.value); }) }); }