$100 OFF

$100 OFF Your Next Checkout with Amazon

Verified 1 day ago • 13k uses today
Amaz*****
Unlock Now
sd
Amazon
Logo
  • Categories
  • Log In

Shein Coupons & Deals

Save with Shein Offers.
% 100 OFF
code
Shein 100% Off Entire Order
Verified 1 day ago • 68,000 uses today
Show Coupon Code
$(document).ready(function(){ $('#search').on("keyup input", function(){ /* Get input value on change */ var inputVal = $(this).val(); var resultDropdown = $(this).siblings(".result"); if(inputVal.length){ $.get("backend-search.html", {term: inputVal}).done(function(data){ // Display the returned data in browser resultDropdown.html(data); }); } else{ resultDropdown.empty(); } }); // Set search input value on click of result item $(document).on("click", ".result p", function(){ $(this).parents(".search-form").find('input[type="text"]').val($(this).text()); $(this).parent(".result").empty(); }); });