Making JEditable work on new elements (.live)
问题 I'm using the JEditable plugin for in-place editing. I have a "setup" function which calls .editable() on all the relevant classes. The problem is, I have newly appended elements which I'd like to make editable as well. Obviously, being newly added, .editable() never gets called on them. In other words, I'm looking to get the effect that jquery's live() function does, but for the editable() function. My current workaround seems kinda ugly to me ( redscribe_button is the button that needs to