From afe0754f4a87371aeb56923ff9d59b231e34bec6 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 21 Sep 2014 12:57:33 -0400 Subject: [PATCH] Docs for hybrid style init --- server/documents/modules/dropdown.html.eco | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/server/documents/modules/dropdown.html.eco b/server/documents/modules/dropdown.html.eco index 4a9700201..92c1f65d1 100755 --- a/server/documents/modules/dropdown.html.eco +++ b/server/documents/modules/dropdown.html.eco @@ -989,6 +989,34 @@ themes : ['Default'] +
+

Hybrid Option

+

As a third option, you can include a wrapper around your select so that it will appear correctly on page load, but will then populate the hidden menu when javascript fires. In this case, the select element does not receive the ui dropdown class.

+
+ +
+
+ $('#hybrid-select') + .dropdown() + ; +
+ +

Searching Dropdowns