I want to disable inputs with a particular class, however I want to do this for any future inputs added to the page.
live() and delegate() can bind to events on elements that don't exist yet. Is there some sort of selector that can run some code on future elements in the same way?