Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. window.setInterval(function(){
  2. $("#test").each(function () {
  3. $(this).val("Working");
  4. })
  5. $("#test").selectpicker('refresh');
  6. }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement