You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
The perfect (pixel-)size of the icons is 14 pixels.
11
10
11
+
### Usage ###
12
+
#### Include the Icon Font ####
13
+
Copy the file _`jquery-ui-1.12.icon-font.min.css`_ or _`jquery-ui-1.11.icon-font.min.css`_ and the folder _`font`_ into your folder,
14
+
which holds your CSS-files. You can also rename e.g. _`jquery-ui-1.12.icon-font.min.css`_ to _`jquery-ui.icon-font.min.css`_. For debugging and/or develope you may use CSS-files without _`.min`_ (e.g. _`jquery-ui-1.12.icon-font.css`_).
15
+
Add in the `<head>`-section of your html document a link to the new CSS-file.
16
+
For jQuery Mobile it doesn't matter wich file is used, but only _`jquery-ui-1.11.icon-font`_ is fully tested.
12
17
13
-
**Note:**
14
-
Please only use the class names in the CSS-file to display the required icon and never the unicode value (e.g. "\e601"). I could not guarantee that the entered unicode will show the requested glyph on future releases.
15
-
16
-
### Example Usage ###
18
+
##### Example Include #####
17
19
```html
18
20
<head>
19
21
<!-- ... -->
@@ -24,6 +26,12 @@ Please only use the class names in the CSS-file to display the required icon and
24
26
<!-- ... -->
25
27
</head>
26
28
```
29
+
**Note:**
30
+
The file _`jquery-ui.icon-font.css`_ and the minified version are for jQuery UI 1.12.x.
31
+
For jQuery UI 1.11.x or jQuery Mobile please use the _`jquery-ui-1.11.icon-font.css`_ or the minified
32
+
version _`jquery-ui-1.11.icon-font.min.css`_.
33
+
34
+
#### How to use an icon in HTML-markup ####
27
35
28
36
To display an icon is really simple:
29
37
```html
@@ -33,7 +41,10 @@ To display an icon is really simple:
33
41
class="ui-icon ui-icon-jquery">icon</span>
34
42
ui-icon-jquery
35
43
</p>
36
-
```
44
+
```
45
+
46
+
**Note:**
47
+
Please only use the class names in the CSS-file to display the required icon and never the unicode value (e.g. "\e601"). I could not guarantee that the entered unicode will show the requested glyph on future releases.
37
48
38
49
### Bugs, features and feedback ###
39
50
Please report bugs or feature requests on the [issue-tracker](https://github.com/mkkeck/jquery-ui-iconfont/issues).
@@ -43,4 +54,4 @@ Please report bugs or feature requests on the [issue-tracker](https://github.com
43
54
Take a look at the demo under [http://mkkeck.github.io/jquery-ui-iconfont/](http://mkkeck.github.io/jquery-ui-iconfont/)
0 commit comments