.live("div div") was failing due to the extra space in the selector (which conflicted...
authorJohn Resig <jeresig@gmail.com>
Sun, 4 Jan 2009 23:58:43 +0000 (23:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 4 Jan 2009 23:58:43 +0000 (23:58 +0000)
commitd1146aa7bfda81f5737fa1304af894cd9c578858
tree359703661a5bf603aeb25aa1957f63750699ab4a
parent192d6cd4a30bef497f72b1ca9b62fd8b90ade806
.live("div div") was failing due to the extra space in the selector (which conflicted with multiple event binding in .bind).
src/event.js