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
@@ -61,22 +61,18 @@ Using any <button> tag such as below will automatically turn it into a jQuery UI
61
61
<button>Add</button>
62
62
```
63
63
64
-
If you desire more options, some classes are defined to give any button its associating icon.
64
+
If you desire more options, some classes are defined to give any button its associating icon. There is a full list of icon and classes available for use after the following explanation.
65
65
66
-
Ensure that the "loadButtonStyling" function is loaded when the page loads to accomplish this.
66
+
Calling the following function will accomplish this:
67
67
```javascript
68
-
$( document ).ready(function() {
69
-
loadButtonStyling();
70
-
});
68
+
loadButtonStyling();
71
69
```
72
70
73
71
In the example below, a plus jQuery UI icon matching your theme is shown next to "Add".
74
72
```html
75
73
<buttonclass="addButton">Add</button>
76
74
```
77
75
78
-
Here is a full list of classes included:
79
-
80
76
| Class | jQuery Icon |
81
77
| ------------- | ------------- |
82
78
| addButton | ui-icon-circle-plus |
@@ -95,7 +91,7 @@ Here is a full list of classes included:
95
91
96
92
**Auto Load Functionality**
97
93
98
-
This will implement automation of styling (see above), datepicker (see below), and auto input focus automatically on page load.
94
+
This will implement automation of styling (see above), datepicker (see below), and auto input focus (see below) automatically on page load.
0 commit comments