Im using following JS file on my page
https://github.com/loopj/jquery-tokeninput/blob/master/src/jquery.tokeninput.js
but Im also having Prototype.js file attached on same page and first script is not working because of Prototype. Can anyone tell me what changes I need to make using
var $j = jQuery.noConflict();
so tokeninput.js can work. Hope someone understand what Im trying to ask. Regards.
I think you are going on right track use anything like
and then
Post here if that doesn't work.