how to select a pre-defined value in bootstrap 3 dropdown -
I have the following fiddle, it all looks fine, but the point is that instead of initially selecting 'I' The first option was to put in the selected dropdown. How can I go about doing this? & lt; Div class = "input-group-btn" & gt; & Lt; Button type = "button" class = "BTN BTN-default dropdown-toggle" data-toggle = "dropdown" & gt; Yellow Janis Search & lt; Span class = "carat"> gt; & Lt; / Span & gt; & Lt; / Button & gt; & Lt; Ul class = "pull-down menu pull-right" & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; By clicking & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; Toko & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Div & gt; It looks like what happens when you select a value from the dropdown, it only goes to the link given...