Use class selector to execute a script on complete rendering.
15 views
Skip to first unread message
Swap
unread,
Nov 21, 2016, 6:17:04 AM11/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ractive.js
Hi, I'm trying to use Ractive to execute a script for all div's with a specific class while the div has just completed rendering. I'm using the below code:
For the above code, I can see only one entry in the console. How do I get ractive to execute the onrender script for all elements having container as class?