How to correctly add a jQuery UI autocomplete widget using Backbone.js

前端 未结 4 2280
花落未央
花落未央 2021-02-08 00:53

I am in the process of learning Backbone.js. I currently assume that if one is using Backbone.js then all client-side javascript/jQuery should be integrated with Backbone. From

4条回答
  •  野的像风
    2021-02-08 01:15

    Here's a useful article giving an example of autocomplete in Backbone.js+jQuery and comparing it to the pure jQuery http://rockyj.in/2012/05/25/intro_to_backbone_jQuery.html

提交回复
热议问题