I have a question with Twitter Bootstrap, I'm using the Dropdown plugin and I'm trying to create a tag selector, I created an example in this link:
I've tried this:
event.stopPropagation;
return false;
Does anyone have a better solution that does not close the dropdown when selecting a tag?
Note: Click on "New Tag".
Thanks!