rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Problem when deploying in server #126

Closed amiliou closed 9 years ago

amiliou commented 9 years ago

Hello, I am using your plugin for some of my sortable lists and it was working fine locally. Now though I finally tried to deploy it and I keep getting this error in my server browser: "TypeError: $element.sortable is not a function" on knockout.sortable.js (line 150). Have you seen this before? Any ideas how I could fix it? Thanks.

amiliou commented 9 years ago

Sorry that was my stupid svn. Apparenlty I never commited my jquery-ui.js but locally it was always there and that was why it was not failing. But on the server it was missing. Awesome plugin by the way!