behold, a backbone view render call:
render: function() { $(this.el).html(this.template({title: \'test\'})); //#1 this.renderScatterChart(); return th
If you don't want to use the setTimeout hack, I think this way is more 'normal':
setTimeout
Just pass the $el element to the function that needs to manipulate elements added by render() and then DOM manipulation can be done on $el.
render()