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

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -