Tag Archives: jquery

JQuery UI je koristan, ali…

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

Posted in Hosting, Internet, Programiranje, Softver | Tagged , , | Leave a comment

Create Microsoft Office Minibar with jQuery and CSS3

Vredi probati, interesantno je za neke aplikacije: Izvor: http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx

Posted in Drugi pišu, Informacione tehnologije, Programiranje, Softver | Tagged , , , , | Leave a comment

jquery autocomplete – select on blur

jquery.autocomplete.js Autocomplete – jQuery plugin 1.0.2 line: 158 }).blur(function() { hasFocus = 0; selectCurrent(); if (!config.mouseDownOnSelect) { hideResults(); }

Posted in Hosting, Informacione tehnologije, Internet, Programiranje, Softver | Tagged , , , | 2 Comments