Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. document.querySelector('select[name="category"]').onchange=({target:{value}})=>{
  2. if (value==='all') window.location.search = ''
  3. else window.location.search = `?category=${value}`
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement