Closed wilsonpage closed 11 years ago
Sometimes views need to respond when they have been put into the DOM. Ii the web app we need a view to fade in when it is placed into the DOM. By listening to an 'appended' or 'injected' event we could do this.
'appended'
'injected'
Fixed
Sometimes views need to respond when they have been put into the DOM. Ii the web app we need a view to fade in when it is placed into the DOM. By listening to an
'appended'
or'injected'
event we could do this.