Conversation
Notices
-
@hannes2peer Is there a javascript event or hook I can use to have javascript run when qvitter displays a new post (user clicks on "X new notices" button) or alternatively when qvitter displays that new element?
-
@maiyannah not really. i'd have to spend some time if i was to add one. maybe you can accomplish something with .on('change','.stream-item'
-
@maiyannah i looked at it and the insertion is done in many places... so it was not just to add an event to one line.
-
@hannes2peer Basically I am trying to adapt twemoji to work on qvitter, but I need a way to re-analyse/re-write the page when there is a now post added. Right now it just works for posts that were there when the page was first added. I will try the method you mention and see if that works, thanks!
-
-