selectmenu is a jQuery UI plugin which allows replacing the browser's standard `` drop-down with a fully stylable interface.

learn more… | top users | synonyms

0
votes
1answer
31 views

Not able to select any item from SelectOneMenu

In my implementation, the select menu appears with populated value. But, if i selected any item from the menu, the select menu not setting the value and reset to default one. Convertor: package ...
0
votes
2answers
32 views

Select menus vulnerabilities

I'm working on a program which allows the user to upload his results. In a select menu I show all the "tests" that he could pick and then evaluate the result based on the test selected. My concern is: ...
0
votes
0answers
158 views

Customize select dropdown ui implementation in android phonegap

Is there a way to change the ui implementation of select menus in android phonegap, can we change the background of the options so that they look lighter ?
0
votes
0answers
130 views

jquery mobile - select, deselect all select menu options by clicking on “ALL” option

Here is my problem: I use Jquery mobile to style some form elements. One of the form elements is a multiple select menu. I want this select menu to have this behavior http://jsfiddle.net/LynCV/ (this ...
1
vote
0answers
82 views

Flexslider Carousel: Selectbox inside breaks it all on iPad 1 and iPhone 4

I got the following problem: When a selectbox is placed inside a flexslider carousel and I open the select-dialog on iPad 1 (iOS 4.3.3) or iPhone 4 (iOs 4.3.5), all content from the slider is ...
2
votes
3answers
1k views

How to change page using Jquery mobile select menu?

I am developing an app where i am using select menu in it. As i am new to developing i don't know how to change page when select menu was selected. I tried onclick events & onchange events on ...
0
votes
1answer
63 views

unable to change option of a select menu with custom select event handler

in the following call function onSelectEvent: is responsible for handling & switching the option. i'm trying to get the option value through this variable but this variable in call function ...
1
vote
0answers
91 views

redirecting to google translation onchange of options of a cloned select menu (ScrollectBox)

i'm trying to integrate google translation using the following plugin: https://github.com/afEkenholm/ScrollectBox https://github.com/afEkenholm/ScrollectBox/blob/master/index.html ...
1
vote
5answers
129 views

.change(function() { doesn't alert an option value after changing options of select menu

the following call function doesn't alert an option value after changing options of select menu: doesn't give alert: <script type="text/javascript"> jQuery(document).ready(function($){ ...
0
votes
3answers
158 views

JQuery Mobile - Getting the Value of a SelectMenu

When I attempt to get the value from my the select menu, I get an empty value. I know the reason I do is that the jquery mobile markup results in two items with a class of "mySelect"-- so the ...
1
vote
3answers
304 views

How to set place holder copy in date select menu in CakePHP

I am using CakePHP 1.3 to create a select menu for date of birth (as below). I can set the default starting values as either blank or a selected date, but ideally I would like to have DD-MM-YYYY as ...
0
votes
0answers
10 views

Changing of value on option select

Is it possible that when option 1 is selected, a curresponding price for that particular option will be displayed example <select id="services"> <option ...
0
votes
0answers
51 views

Dynamically change content

I have some dynamically created content in my code. for (var i = 0; i < len; i++) { htmlString += (i+1)+'. '; htmlString += "<input id='Xcoom"+i+"' ...
0
votes
1answer
170 views

jQuery mobile: Why does Select Menu break when I append it to another DOM node on a different page?

I have a jquery mobile site with three pages (<div data-role = 'page'>). On page 1's header I have a Select Menu being used for a Choose Language component: <div data-role = 'header'> ...
0
votes
1answer
1k views

selectmenu ('refresh', true)

I get form from zend framework site and put it in response in new file in function written by jquery mobile, but I get this error: uncaught exception: cannot call methods on selectmenu prior to ...
1
vote
3answers
139 views

jQuery selectmenu - multiple menus, reset value of others when one is changed?

I am using the selectmenu plugin to style up some select menus on my site. I am using them for a filtering feature on my site. I want the user to only be able to filter by one menu at a time. So when ...
1
vote
1answer
151 views

jQuery Mobile Select Menu handler, trying to set a variable outside the scope of handler

I am trying to set a variable to the selected value of a select menu inside the select menus handler. The problem is that my variable isn't recognized within the context of the select handler and if I ...
1
vote
0answers
237 views

richfaces select menu rendering triggered by event

I have popup window that is used in few tabs and popup uses some params from tabs such as dialogContainerId and dialogId. I have "select item" menu and "refresh items" button near it. So when user ...
1
vote
1answer
69 views

Database query inside function not getting posted to page

Im new to php functions and I am currently trying to construct an if statement that looks into a database table to look at a column called tableformatting. This table is where the formatting options ...
-1
votes
1answer
124 views

can't find the css class to change width on jqueryUI selectmenu

Using jqueryUI selectmenu plugin. I can't find the right class to modify the width of the dropdown menu. I can't figure out what css class has made the menu shorter that and select element above it. ...
0
votes
1answer
540 views

Opera Mobile and jQuery Mobile Select menus display bug

There is a bug in jQuery mobile with Opera Mobile which displays the default select over the custom one from jQuery Mobile, see the screenshot below directly taken from jQuery Mobile's website! ...
1
vote
1answer
331 views

jQuery Selectmenu with Rails grouped_collection_select

I have been playing around with the jQuery-ui Selectmenu, but haven't been able to get it to work with the grouped_collection_select. The Selectmenu works with the basic select when I set the class to ...
0
votes
1answer
299 views

Jquerymobile - creating select menu using javascript

I am trying to create and android app using jquerymobile and cordova 2.0.0. I am planning to add localStorage which will save settings of app to android storage. Right now I am trying to force my ...
1
vote
1answer
261 views

JQuery UI selectmenu not styling

Bit of a daft question but I've downloaded the JqueryUI selectmenu widget and it isn't working even though Firebug shows the relevant CSS and JavaScript files being loaded. Script on page: ...
4
votes
1answer
2k views

jQuery Mobile 1.1.1 Custom Select Menu - Placeholder Text not Visible

After upgrading to jQuery Mobile 1.1.1 earlier today (7/13/2012) I noticed that all of my Custom Select menus no longer show the placeholder text on page load. Is there something I need to do ...
0
votes
3answers
2k views

jquery selectMenu refresh doesn't work

I have a selectMenu that I initialized and later I want to populate it with some data: $.each(data, function (Key, Value) { $('#ddlReportFarms').append($("<option></option>") ...
1
vote
2answers
5k views

jQuery UI SelectMenu Dropdown - opens UP instead of DOWN

I'm using jQuery UI Select Menu and occasionally have some issues. This is located at the top left of my users' pages. Using the "dropdown/address" type, sometimes (seemingly random), the dropdown ...
1
vote
1answer
330 views

Position of jquery ui Selectmenu

I have used below selectmenu script to initialize the selectmenu. $("#year").selectmenu({style:'dropdown',maxHeight:400}); HTML code: <select name="year" class="bubble year" id="year"> ...
0
votes
0answers
309 views

Jquery Mobile and Android 4.1 Native select menu issue

I have an Android app using Jquery Mobile. I have tested my app on Android 3.0 and above. Everything works fine, but on Android 4.1 Jelly Bean, I have a problem when I click on the HTML Select Tag. I ...
0
votes
0answers
196 views

Jquery select box not reloading data

I am using the following jQuery multiselect script on the select boxes on my website, the problem is when you reload a record from the mysql database the jquery script doesn't reload the select ...
0
votes
1answer
229 views

Escape HTML “value” attribute for a select menu

I have a select menu and I dynamically insert some values from a database: markup += '<option value=' + option["value"] + '>' + option["alias"] + '</option>'; some values, however, ...
2
votes
4answers
1k views

How to select from option menu in javascript

I need to be able to change certain option from select menu to be as default (start) value when I do something. For example when I declare it, English language is default value. How to change that ...
0
votes
1answer
933 views

jQuery Mobile - changePage and select menu not working

This is my first time with jQuery Mobile and I'm actually using it from a WP theme I got. I understand that this might be theme related but I just want to make sure. So, it is a Wordpress jQuery ...
1
vote
1answer
309 views

jQuery UI chained select-menu. Form resets when button is clicked

I am using a chained select-menu to guide the visitor trough some questions. This works like a charm, however, in the end the user has to click a button to send all values to a PHP-script. This also ...
0
votes
0answers
289 views

jquery ui selectmenu scrollbar not working

I use jquery selectmenu plugin. I have initialized select with $('select').selectmenu({width:100, maxHeight:300, style: 'dropdown'}); I have many options and this causes to appear default ...
0
votes
1answer
577 views

Jquery mobile select menu overlays on extreme right

I am using jquery mobile select menu with data-native-menu as false. The issue is if i click select menu, overlay popups on extreme right, instead of above the select menu control. i fixed my page ...
3
votes
2answers
494 views

Event handler for unselection of an Item in select menu with mutiple properties enabled

I am using a select menu which will allow multiple selections to be done. I have an event handler $("#idInventory").change(function () { $("#select option:selected").each(function () { ...
0
votes
1answer
345 views

jQuery Mobile Multiple Select menu, referencing selections in callback

I'm implementing a multiple select menu in jQuery mobile. I'd like to reference all selected items in a call back function (Ideally it would be triggered by the close event). The implementation ...
0
votes
1answer
391 views

jQuery Mobile: single choice select menu values interfering with handler for multiple choice menu

I am creating a jQuery Mobile page that has two select menu's, one is multiple choice, the other is single choice. The multiple choice menu is set to trigger a handler function which loops though the ...
0
votes
1answer
153 views

how specify select function foreach option in UI selectmenu

I'm using UI Selectmenu in my project UI selectmenu has a select option to set select behavior for all selectmenu options like : $('.anything'). selectmenu({ select : function(event, ...
0
votes
0answers
265 views

Jquery validate highlight an unhilight with jquery-ui selectmenu

I use jquery validate plugin with selectmenu from jquery-ui. When i log invalid element on invalidHandler and highlight, it gives me all invalid element. But when i log invalid element on unhighlight ...
0
votes
2answers
360 views

Unable to get mouseout to work properly on jquery Selectmenu

I'm trying to get the Jquery Selectmenu plugin to expand when I mouse over but close again when I leave it. I decided to use the MouseOver and MouseOut events along with the open and close commands. ...
0
votes
0answers
134 views

Troubled by Javascript when using Jquery UI and Selectmenu

I'm really new to web programming so I know next to nothing about javascript or jquery. I've been successful in using some of it but I do not fully understand it (which I hate, I wan't to understand ...
1
vote
0answers
550 views

Jquery Mobile Android Native Select Menu not working when html is embedded in Sharepoint Content Editor Webpart

We are building a jquery mobile website and the requirement was to host the site within sharepoint.We are using Content Editor Webpart to embed our html from document library.This was the recommended ...
1
vote
2answers
634 views

Jquery SelectMenu breaks after closing SimpleModal

When I close and reopen a simplemodal the selectmenu no longer works. Anyone had any experiences with this or know how to fix it? <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...
0
votes
2answers
2k views

jQuery Mobile Select Menu Data Binding

The code at the bottom of the page dynamically populates a jQuery Mobile select menu. In addition to populating the menu I'd like to bind data to each menu item and assign a click handler. This is ...
3
votes
2answers
966 views

Jquery selectMenu hide?

I'm using jquery's selectMenu on a select tag like this. $('#ddlReport').selectmenu() in certain cases I want to hide it, and I can't figure out how. this doesn't work: ...
0
votes
1answer
405 views

Jquery selectMenu creates line break (can't get it to display inline)

I have a few select elements: <div id="divReports"> <select id="ddlReportTypes" style="width:200px;"></select> <select id="ddlReportFarms" style="width:200px;"></select> ...
0
votes
1answer
346 views

dynamic jquery ui selectmenu not styling

I am using multiple select menu's using http://wiki.jqueryui.com/w/page/12138056/Selectmenu . They work great when initialized with the page but dynamic select menu's do not style and look like ...
0
votes
1answer
157 views

select menu that filters a table by rows

Can anyone take a look my fiddle and let me know where i'm going wrong? I just want to check the second column in the table, and if it contains any of the words in the select menu that is chosen, it ...

1 2