Dropdown List in materialize css

     Materialize css have stylish dropdown list, this drop down list style is huge difference from other drop down list.

     For drop down list box, we should need to use jquery.js and materialize.js.


    <script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>

    <script type="text/javascript" src="js/materialize.min.js"></script>



Example Program:- (Editor)


Editor is Loading...

Advertisement

Nhận xét

Bài đăng phổ biến từ blog này

How to set the SDK, NDK and JDK path to android studio?

physicsjs - Increase the restitution value for circle and retangle

Select all values from list box in a single click using javascript