Make Prototype and tokeninput.js files work together
问题 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. 回答1: Hi I was in the same situation but i have found a solution i would like to share with you This