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 Embedded JavaScript
After an EJS template is rendered and injected into the DOM, I need to
perform some actions on the resulting elements. Is there any way to
specify a callback function that would be invoked AFTER the EJS
template has been rendered and added to the DOM? If it makes a
difference, I am currently looking at using EJS with JMVC. Thanks!
sodamnmad
unread,
Oct 18, 2010, 6:58:47 PM10/18/10
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 Embedded JavaScript
The requests for loading the templates and setting the node content
_should_ be synchronous, so there should be no need for a callback.
Travis
unread,
Oct 19, 2010, 10:04:10 AM10/19/10
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 Embedded JavaScript
Cool...thanks for the reply. I was hoping that would be the case, but
I wasn't sure if that would be a safe assumption to make or not.