I am using Knockout with jQuery tmpl.
How can I pass some data inside a template "filter-string" if I call it like that:
{{tmpl() '#filter-string'}}
My template looks like that:
<script type="text/html" id="filter-string">
<input type="text" data-bind="value: $data" />
</script>
How can I apply jquery date picker on textbox after template rendered?