From 404d9d082bd0fb5c3467c8de56b618c395247f87 Mon Sep 17 00:00:00 2001 From: Igor Borodikhin Date: Wed, 26 Feb 2014 14:55:14 +0600 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D1=82=D1=8D=D0=B3=D0=B5=20select=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20=D0=B1=D1=8B=D1=82=D1=8C=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B5=D1=86=D1=81=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB=20?= =?UTF-8?q?(html-=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C),=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B9=20=D0=BB=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=BF=D1=80=D0=B8=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B1=D0=BE=D1=80=D0=B5.?= 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 06f624f..310a8fe 100644 --- a/jquery.formstyler.js +++ b/jquery.formstyler.js @@ -565,7 +565,7 @@ // изменение селекта el.change(function() { - 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'); }) .focus(function() {