Skip to content

Commit 163919a

Browse files
committed
Update page/events/history-of-events.md
typo correction
1 parent cc0c950 commit 163919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/history-of-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It is possible to use `.bind()` and attach a handler to every element.
3131
As discussed in the [event delegation](/event/event-delegation) article, this is not optimal.
3232

3333
### liveQuery
34-
*liveQuery* was a popular jQuery plugin, that allowed for the creation of events which would be triggered for elements that existed now or in the future. This plugin did not use event delegation is used expensive CPU processing to poll the DOM for changes every 20ms and fire events accordingly.
34+
*liveQuery* was a popular jQuery plugin, that allowed for the creation of events which would be triggered for elements that existed now or in the future. This plugin did not use event delegation and used expensive CPU processing to poll the DOM for changes every 20ms and fire events accordingly.
3535

3636

3737
### [.bind()](http://api.jquery.com/bind/) delegation (Deprecated)

0 commit comments

Comments
 (0)