plugin instancing
- by Hailwood
Hi guys,
I am making a jquery tagging plugin.
I have an issue that,
When there is multiple instances of the plugin on the page, if you click on any <ul> that the plugin has been called on it will put focus on the <input /> in the last <ul> that the plugin has been called on.
Why is this any how can I fix it.
…