diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ce50700 Binary files /dev/null and b/.DS_Store differ diff --git a/README.markdown b/README.markdown index 8d018a8..347fb35 100644 --- a/README.markdown +++ b/README.markdown @@ -28,8 +28,7 @@ defaults to 400. Regardless of `delay`'s value, the `stop` callback is called immediately when blur event occurs. Callbacks are passed two arguments: event that caused callback execution -and jQuery object for matched element. Possible events are `keypress` -or `keydown` for `start` callbacks and `keyup` or `blur` for `stop` +and jQuery object for matched element. Possible events are `keypress`, `keydown` or `paste` for `start` callbacks and `keyup` or `blur` for `stop` callbacks. @@ -43,7 +42,7 @@ Download -------- Get production version from - + For development version visit [GitHub][]. diff --git a/demo-source/.DS_Store b/demo-source/.DS_Store new file mode 100644 index 0000000..ed86cb6 Binary files /dev/null and b/demo-source/.DS_Store differ diff --git a/demo/.DS_Store b/demo/.DS_Store new file mode 100644 index 0000000..85e58b1 Binary files /dev/null and b/demo/.DS_Store differ diff --git a/demo/index.html b/demo/index.html index e83dda0..c5c808c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -5,7 +5,7 @@ jQuery-typing - +