Ben Alpert
2467c0e651
Update examples to use onInput instead of onKeyUp
...
onInput has the advantage that it responds to repeated key events before
onKeyUp and is called when modifying the input without the keyboard
(such as pasting with the mouse).
Test Plan:
Opened the ballmer-peak example and docs homepage in Chrome and checked
that both examples update whenever the text is changed.
2013-05-30 18:20:34 -07:00
Ben Alpert
292dd238e7
Add new onInput event
...
'input' is supported in IE9+ and all other browsers according to
https://developer.mozilla.org/en-US/docs/Web/API/window.oninput
Test Plan:
Modified ballmer-peak example to use onInput instead of onKeyUp and
tested that it works properly on latest Chrome.
2013-05-30 18:20:34 -07:00
Paul O’Shannessy
fd321cf07d
Merge pull request #9 from chroman/master
...
Fix minor typo error
2013-05-29 16:40:07 -07:00
Paul O’Shannessy
12e1bb1daa
Add grunt-cli to devDependencies to make sure it's installed for travisci
2013-05-29 16:17:49 -07:00
Christian Roman
a8866ab824
Fix minor typo error
2013-05-29 18:16:52 -05:00
Paul O’Shannessy
7534bfe2d9
Enable Travis-CI
2013-05-29 15:34:52 -07:00
Paul Shen
2c6620d85f
Merge pull request #8 from yungsters/master
...
[website] Add Google Analytics.
2013-05-29 14:06:43 -07:00
yungsters
eaae75991b
[website] Add Google Analytics.
2013-05-29 14:01:42 -07:00
Paul O’Shannessy
27eb172a2f
Merge pull request #7 from jeffreylin/master
...
Missed a link in README.md
2013-05-29 14:01:22 -07:00
Jeffrey Lin
8b34565599
Missed a link in README.md
2013-05-29 13:54:16 -07:00
Timothy Yung
575bdb2932
Merge pull request #6 from paulshen/apidocs
...
[docs] Clean up formatting on /api.html
2013-05-29 13:54:13 -07:00
petehunt
ece5b927a7
Merge pull request #5 from jeffreylin/master
...
Fix links in root README.md
2013-05-29 13:53:08 -07:00
Paul Shen
b416760df0
[docs] Clean up formatting on /api.html
2013-05-29 13:53:08 -07:00
petehunt
2087fde8ee
Update CONTRIBUTING.md
2013-05-29 14:52:42 -06:00
Jeffrey Lin
a341f778ae
Fix links in root README.md
2013-05-29 13:51:49 -07:00
Paul Shen
745e8dd711
Merge pull request #4 from yungsters/master
...
[docs] Improve "Event Handling" documentation.
2013-05-29 13:50:12 -07:00
yungsters
99088b38d3
[docs] Improve "Event Handling" documentation.
...
Added some additional examples to explain common usage patterns for custom events.
2013-05-29 13:48:12 -07:00
Ben Newman
0487cc8dea
Merge pull request #3 from paulshen/spellings
...
[docs] Fix couple minor typos/spelling
2013-05-29 13:39:34 -07:00
Paul Shen
ef6754bce5
[docs] Fix couple minor typos/spelling
2013-05-29 13:37:07 -07:00
Timothy Yung
5ec4542dfb
Merge pull request #2 from paulshen/homebuttons
...
[docs] Fix button links on bottom of home
2013-05-29 13:32:22 -07:00
Paul Shen
c5b4fe9e88
[docs] Fix button links on bottom of home
2013-05-29 13:30:50 -07:00
petehunt
e20747ef9b
Fix live editor on mobile devices
2013-05-29 13:24:51 -07:00
petehunt
6fc478516b
Fix some URLs
2013-05-29 13:11:15 -07:00
Paul O’Shannessy
0ea0d2f76b
Update release task to keep correct filename case
2013-05-29 13:04:54 -07:00
Paul O’Shannessy
75897c2dcd
Initial public release
2013-05-29 12:54:02 -07:00