Having trouble making Knockout and jCarouselLite to work
问题 I have this knockoutjs code that loads images: self.getStudents = function (country) { $.getJSON("/home/getStudents?country=" + country, function (result) { if (result.data.length > 0) { self.properties.removeAll(); ko.utils.arrayMap(result.data, function (s) { self.properties.push({ id: property.Item.Id, address: s.address, city: s.city, state: s.state, country: s.country, image: s.image }); }); //alert(self.properties().length); jQuery(".feature-slider").jCarouselLite({ btnNext: ".slider