How can I include jQuery TokenInput with the Meteor framework? I couldn't find a smart package so now I am wondering how I can do it without needing a smart package.
For example how to include the jquery.tokeninput.js
?
As for coming up with a script that returns search results would I just use iron-router for that?
And have a route that accepts a query string q
, then do a simple MyCollections.find({name: q} ....
?
If would be great if someone could help me understand exactly how I can add this plugin to my app that's on Meteor's framework.