Tagged Questions
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
votes
1answer
120 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. ...
1
vote
1answer
257 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:
...
1
vote
1answer
329 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">
...
1
vote
1answer
303 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
152 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
2answers
359 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 ...
0
votes
1answer
344 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 ...
3
votes
1answer
6k views
jQuery UI Selectmenu value set dynamically does not change visible selected value
I am using jQuery UI Selectmenu and am having trouble setting the value of a rendered selected. It seems to change the selected option in the underlying select, but the selectmenu does not show the ...
1
vote
1answer
1k views
JQuery selectmenu won't initialize after ajax call
I am using filamentgroup JQuery selectmenu widget. The widget is initialized in page's head section. When the page is loaded for the first time Jquery loads widget successfully but after ajax call ...
0
votes
0answers
166 views
select menu not opening after using CSS switcher
So I have a css switcher with cookies support. Problem is that when I switch style and refresh the page the jquery ui select menu does not open anymore. This thing happens only for the text formatting ...
0
votes
1answer
2k views
jQuery UI Selectmenu events bind
Im using JQuery UI Selectmenu widget - http://wiki.jqueryui.com/w/page/12138056/Selectmenu
Im trying to bind change event. But it does not work:
$(function() {
$('select#items').selectmenu();
...
1
vote
3answers
1k views
jquery ui selectmenu, regarding changing selected items
I'm trying to implement a currencty converter which I succeeded but now I'm implementing a button that will change the selected option between two selected menus which means that if in the first menu ...
1
vote
1answer
1k views
jQuery UI selectmenus breaks layout
I am using this plugin: http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html (dropdown style)
And it is working well but when i add a selectmenu at the bottom of my page then this ...
1
vote
2answers
627 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>
...
1
vote
1answer
328 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 ...
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
984 views
jQuery selectmenu plugin value
I'm using the jQuery UI Selectmenu Plugin for styling my select fields. Now I have a general question to bring this code $(this).val() to work with this plugin. After the onChange event it should me ...