envjs / env-js

A pure-JavaScript browser environment.
http://www.envjs.com/
87 stars 19 forks source link

Add support for ownerDocument.activeElement (focus/blur) #31

Closed vanm closed 11 years ago

vanm commented 12 years ago

jQuery 1.6.4 added a ':focus' filter that relies on ownerDocument.activeElement. This branch sets and clears the property on focus/blur, enabling support for the ':focus' selector.

vanm commented 12 years ago

@thatcher Any thoughts on this PR?