Created
March 10, 2016 16:13
-
-
Save mosluce/67c48277d479ba0f906f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a.change(function(){ | |
setTimeout(function(){ | |
//延遲一下再進行邏輯 | |
}, 250) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment