javascript - Twitter Bootstrap not working inside a div that is bind to an observable -
i want implement twitter bootstrap in textbox it's not working because when implement inside in div "with" binding in knockout.
<div class="container" data-bind="with: itemforediting"> <input type="text" class="input-large custom form_date" data- bind="text:auditdate" /> </div>
Comments
Post a Comment