Skip to content

Instantly share code, notes, and snippets.

View y2yya's full-sized avatar
🏠
Working

Young y2yya

🏠
Working
  • Qingdao
  • 16:23 (UTC +08:00)
View GitHub Profile
@y2yya
y2yya / ex.js
Created December 27, 2018 14:40
Js example
setInterval(function(){$("#btn_group a").click();$(".modal-footer .btn-primary").click();},1000);
$("#btn_group a").click();$(".modal-footer .btn-primary").click();