"Iconpicker"
Bootstrap 3.0.0 Snippet by test9999

1
2
3
4
5
6
7
8
9
10
11
12
13
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Iconpicker</h2>
<div class="col-md-12">
<button class="btn btn-default" data-icon="glyphicon-eject" role="iconpicker">Hola</button>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
.caret {
margin-left: 10px !important;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$(function(){
var icons = [
'glyphicon-adjust',
'glyphicon-align-center',
'glyphicon-align-justify',
'glyphicon-align-left',
'glyphicon-align-right',
'glyphicon-arrow-down',
'glyphicon-arrow-left',
'glyphicon-arrow-right',
'glyphicon-arrow-up',
'glyphicon-asterisk',
'glyphicon-backward',
'glyphicon-ban-circle',
'glyphicon-barcode',
'glyphicon-bell',
'glyphicon-bold',
'glyphicon-book',
'glyphicon-bookmark',
'glyphicon-briefcase',
'glyphicon-bullhorn',
'glyphicon-calendar',
'glyphicon-camera',
'glyphicon-certificate',
'glyphicon-check',
'glyphicon-chevron-down',
'glyphicon-chevron-left',
'glyphicon-chevron-right',
'glyphicon-chevron-up',
'glyphicon-circle-arrow-down',
'glyphicon-circle-arrow-left',
'glyphicon-circle-arrow-right',
'glyphicon-circle-arrow-up',
'glyphicon-cloud',
'glyphicon-cloud-download',
'glyphicon-cloud-upload',
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: