Neke osobine u jQueryUI css mogu da naruše css sajta.Recimo,
.ui-helper-clearfix:after {
clear: both;
}
valjalo bi zameniti sa
.ui-helper-clearfix:after {
overflow: auto;
width: 100%
}
Koristan link: http://www.quirksmode.org/css/clearing.html
Moje crtice…
Neke osobine u jQueryUI css mogu da naruše css sajta.Recimo,
.ui-helper-clearfix:after {
clear: both;
}
valjalo bi zameniti sa
.ui-helper-clearfix:after {
overflow: auto;
width: 100%
}
Koristan link: http://www.quirksmode.org/css/clearing.html
Vredi probati, interesantno je za neke aplikacije:

Izvor:
http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx
jquery.autocomplete.js
Autocomplete – jQuery plugin 1.0.2
line: 158
}).blur(function() {
hasFocus = 0;
selectCurrent();
if (!config.mouseDownOnSelect) {
hideResults();
}