bootstrap input group with text select and button

前端 未结 2 1652
遇见更好的自我
遇见更好的自我 2021-02-04 01:38

I would like to have this using bootstrap css:

\"bootstrap

I\'ve written a jsfiddle to make m

2条回答
  •  醉酒成梦
    2021-02-04 02:03

    you can put this type of elements

    LIVE DEMO

    HTML

    CSS

    .my-group .form-control{
        width:50%;
    }
    

    JQUERY

    if ( $.browser.webkit ) {
        $(".my-group-button").css("height","+=1px");
    }
    

提交回复
热议问题