Linked Questions

135 votes
13 answers
72k views

I'm trying to use KnockoutJS with jQuery UI. I have an input element with a datepicker attached. I'm currently running knockout.debug.1.2.1.js and it seems that the change event is never being caught ...
Jose's user avatar
  • 11.1k
23 votes
5 answers
31k views

This question is similar to knockoutjs databind with jquery-ui datepicker, but instead of the jQueryUI datepicker, I would like to use one of the Bootstrap datepickers. The API for the Bootstrap ...
Brian M. Hunt's user avatar
8 votes
2 answers
3k views

I need to run a jquery ui bit of code whenever the DOM is updated via Knockout.JS. I realize this can be done using custom bindings, but that appears to be related to a specific viewmodel, I want to ...
RodH257's user avatar
  • 3,632
4 votes
3 answers
4k views

I think I can easily bind a date data with jquery ui calendar and knockout.js thanks to this answer. Now I need to bind a date data as well as its time. Of course, I can use timepicker. But I am not ...
Tae-Sung Shin's user avatar
1 vote
1 answer
1k views

Hello I am using knockout with ASP.NET MVC in my in house project. I have one form page (Transaction page) that consist no. of clients in grid and based on click I am creating arrayobject in knockout ...
3 rules's user avatar
  • 1,381
0 votes
1 answer
1k views

I am using ko binding for my date time picker. I got a sample from here But when user enters invalid data the value is resetting to today's date. How to avoid this? (I need to show the field as ...
san's user avatar
  • 1,859
0 votes
1 answer
399 views

When i'm trying to use input with id "eventStartDate", after it was hidden, and made visible again - it looses datepicker: <!-- ko 'if': isEvent.forEditing --> <div class="editor-field"&...
Kamilius's user avatar
  • 587
1 vote
1 answer
770 views

I have jQuery UI datepicker integrated with KnockoutJS. <input class="input-small hasDatepicker" data-bind="datepicker: ItemCurrentDate, datepickerOptions: { dateFormat: 'dd/mm/yy', changeMonth: ...
user3132547's user avatar
1 vote
0 answers
674 views

I have a question regarding Timeline.js and Knockout.js with ASP.NET MVC 4. I'm hoping that my problem is actually related to improper use of Javascript that someone can spot, as I'm not too sure how ...
Steve S's user avatar
  • 41
0 votes
1 answer
511 views

<td> <input id="dt_dec_date" data-bind="datepicker: vm.afi.Details.DecisionDate" /> </td> DecisionDate: ko.observable(), I need to ensure that the date is not more than today,...
Simon's user avatar
  • 205
2 votes
1 answer
240 views

I have this value from ASP.NET MVC /Date(1446393600000)/ which its value in SQL Database is '2015-11-02' which is a date (date only) and to manipulate it as javascript object, I used moment.js, so ...
Boy Pasmo's user avatar
  • 8,571