-
https://github.com/addyosmani/jquery-ui-bootstrap
or
https://github.com/taitems/Aristo-jQuery-UI-Theme
-
```
Using
$(document).ready(function () {
// make chosen, dialog, and other fancy jquery button things here
$("#CustomerList").chosen();
$("#LoBList").chosen();
$("#BranchList").chosen…
-
```
Using
$(document).ready(function () {
// make chosen, dialog, and other fancy jquery button things here
$("#CustomerList").chosen();
$("#LoBList").chosen();
$("#BranchList").chosen…
-
```
Using
$(document).ready(function () {
// make chosen, dialog, and other fancy jquery button things here
$("#CustomerList").chosen();
$("#LoBList").chosen();
$("#BranchList").chosen…
-
```
Using
$(document).ready(function () {
// make chosen, dialog, and other fancy jquery button things here
$("#CustomerList").chosen();
$("#LoBList").chosen();
$("#BranchList").chosen…
-
```
Using
$(document).ready(function () {
// make chosen, dialog, and other fancy jquery button things here
$("#CustomerList").chosen();
$("#LoBList").chosen();
$("#BranchList").chosen…
-
Hello, I think components should have prefix like `ui-`. Example: ``, ``.
For separate riot-bootstrap and app components.
-
### Bug description:
if theme is set globally, search input still shows up even with search-enabled set to false. this is due to the CSS trying to select based on a theme attr that does not exist wh…
ghost updated
7 years ago
-
### Bug description:
In a project I'm working on, we encountered this behavior: When the ui-select (using the bootstrap theme) is placed inside a table, the width of the ui-select changes when the se…
-
Nested tabs is a violation of UI good practices. See the opinions on ui-stackoverflow (shared by @nikolas-burkoff ):
https://ux.stackexchange.com/questions/104804/are-nested-tabs-in-desktop-view-good…