jquery-tokeninput
jquery-tokeninput copied to clipboard
Retaining input value entered after duplicate occurred
Fix #811
$("[data-slider]")[0].nextSibling.innerText="t0"; worked for me
Line 109 of the source: this.input.trigger("slider:ready", {
It looks like you need an input in order for the "slider:ready" event to fire. Look at your html and change it from something like:
to:
Hopefully that will work.
change it from something like: ??? to: ???
Heu... aren't you missing something in your last post? Thanks.