From 27603ecf24ad287026ad5440cffb8a34a6997907 Mon Sep 17 00:00:00 2001 From: Igor Borodikhin Date: Thu, 27 Mar 2014 09:02:55 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=20=D0=BF=D1=80=D0=BE=D0=BA?= =?UTF-8?q?=D1=80=D1=83=D1=82=D0=BA=D0=B5=20select-=D0=B0=20=D1=81=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D0=B2=D0=B8=D0=B0=D1=82=D1=83=D1=80=D1=8B=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D0=B6=D0=B5=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D1=83=D0=B5=D0=BC=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= =?UTF-8?q?=20html()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jquery.formstyler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.formstyler.js b/jquery.formstyler.js index fcab3df..77717fc 100644 --- a/jquery.formstyler.js +++ b/jquery.formstyler.js @@ -576,7 +576,7 @@ }) // прокрутки списка с клавиатуры .bind('keydown keyup', function(e) { - divText.text(option.filter(':selected').text()); + divText.html(option.filter(':selected').text()); li.removeClass('selected sel').not('.optgroup').eq(el[0].selectedIndex).addClass('selected sel'); // вверх, влево, PageUp if (e.which == 38 || e.which == 37 || e.which == 33) {