语言

Menu
Sites
Language
Make DropDown Button

here by code.

<div class="col-xs-5 dropdown">
    <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
    <span class="caret"></span></button>
    <ul class="dropdown-menu">
      <li><a href="#">HTML</a></li>
      <li><a href="#">CSS</a></li>
      <li><a href="#">JavaScript</a></li>
    </ul>
  </div>

响应

4 回复
ashish kumar

But this code not work in tizen.

Seoghyun Kang

Dear ashish kumar,

 

Is it right that you wrote the full source code?

If you run your code on the web browser, it will not work well.

 

Please check your code.

Thanks.

AVSukhov

Hello,

What framework do you use?

Make sure that you link all the necessary styles.

colin Rao

Seems you are used the twitter's bootstrap css framework. make sure you already link the css and js file correctly. :)