Guest User

Untitled

a guest
Dec 13th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(document).on('click', '.dropdown-toggle', function(){
  2. var val_input=$(this).text();
  3. localStorage.setItem('keycity',val_input);
  4. });
Add Comment
Please, Sign In to add comment