Backbone noob.
I have a backbone view that has a list of items that can be edited. I am trying to emulate the hover behavior that is used on http://invoiceomatic.io/.
I am reading through events info in the thoughtbot Backbone book now and doing some more investigation on the web. I suspect I want to register a hover event and call edit functionality on that hover event and adjust styles, etc.
I figured I would throw this up while I investigate to see if any backbone experts on the forum might be able to provide some direction that could keep me from going down the wrong path.