.find() returns empty array when trying to match input.class ($("input").addClass("test").find(".test"))

.find() returns empty array when trying to match input.class ($("input").addClass("test").find(".test"))

The .find() method does not seem to match on input fields by using a class. The ti This problem seems to be only visible on input fields. The following is a demonstration of the issue:

Example at http://jsbin.com/oqowe4/2

Thanks all for your help.