blueimp/JavaScript-Templates

datepicker in this?

corse-xx opened this issue · 1 comments

how do you execute script against a control created using this?
so if i have a text box that is bound to say {%=o.license.name%} how would i add a script to extend that?
What i am trying to do is turn one of the fields loaded using this method into a datepicker and the datepicker requires javascript to initialise

Thanks in advance!

The way to do is is first to render the template into HTML, insert it into the DOM and then apply your JavaScript code on it.