I was having a hard time to get the placeholder attribute to work with Tokeninput jQuery plugin. First I managed to get it to show up by adding attr(‘placeholder’) to the onReady: $(“#myInput”).tokenInput(“/url/to/your/script/”){ onReady: function(){ $(‘#token-input-myInput’).attr(‘placeholder’,’type here…’); } }; It worked but every time it lost focus the resize of the input field would partially […]