Skip to content

Tag: twitter-bootstrap

capturing enter key in select2

I’m using select2 to present an editable selectbox. When user writes a statement which does not appear in the list(select2, data), I show a button to add this statement to the list. Forcing users to click the button seems to me a little bit frustration. Is it possible to capture enter key in select2? I …

Bootstrap tab activation with JQuery

I have the following code: And the following script: In this case when the page is ready, the second tab will be activated but I always get a JavaScript error in the line $(‘.tab-pane a[href=”#’ + tab + ‘”]’).tab(); Can anyone help me, please? Answer Applying a selector fro…