I'm kinda new to rivets and I don't fully understand it so I came upon which seems to be a pretty basic thing to do, but I couldn't do it.
I'm trying to execute some jQuery that only runs AFTER rivets finished binding everything? (it is a $().each that enables click event on each line created after rivets binds a list to a rv-each li element)
It isn't working, but if I try to manually call the function after the pages finished loading and after rivets finished binding (on the browser console), then everything works great.