Search code examples
jqueryknockout.jsknockout-mvc

Knockoutjs live example does not work on with jquery 1.9


I was wondering why this tutorial using jquery 1.5 works 1.9 it does not ...

http://jsfiddle.net/rniemeyer/QSRBR/

<div class='liveExample'> 

    <div data-bind='simpleGrid: gridViewModel'> </div>

    <button data-bind='click: addItem'>
        Add item
    </button>

    <button data-bind='click: sortByName'>
        Sort by name
    </button>

    <button data-bind='click: jumpToFirstPage, enable: gridViewModel.currentPageIndex'>
        Jump to first page
    </button>

</div>

Any ideas.

thanks


Solution

  • According to this discussion, the problem should have been solved with Knockout 2.2.1. Try to update to the latest stable version of Knockout.