0
votes
1answer
42 views

MySQL - ListMenus/Comboboxes

I am trying to build a dynamic set of comboboxes/listMenus getting data from a MySQL DB. My database has 5 fields, 1st being id and topic, sub_topic, info and url I want to make it so that until ...
0
votes
1answer
296 views

Drag And Drop between asp.net Listboxes

i have two asp.net list boxes. i want to move the items from one list box to anther using drag and dropping. i tried to use j Query but dint seem to work. i also changed my list box to HTML select but ...
0
votes
0answers
51 views

Locking a listitem in the MeadMiracle dual Listbox plugin

I am using MeadMiracle dual Listbox plugin for moving items between 2 listboxes. I want to lock or freeze few listitems, such that they do not move from one listbox to another on button clicks. Would ...
0
votes
1answer
84 views

MVC3 2 listboxes exchange items captutre changes at postback

I've been reading posts for the last week on this topic and getting close but still not quite there. Any assistance would be helpful. I have a number of hyper-v servers and am trying to keep updated ...
-2
votes
2answers
259 views

Populate HTML select using Javascript

I'm trying, without success, to fill an html select by using javascirpt (jquery). I know how to fill a select with jquery (by using the method 'append'). What I can't do is that I have to read the ...
-1
votes
1answer
256 views

Showing listbox items into table onClick using jquery

I am very new to jQuery. I have a listbox with selected items in it from other listbox. i want to show the all selected items in table rows one below the other on Button Click..Pls. help its urgent. ...
3
votes
2answers
63 views

SELECT from multiple tables and display in a table

I have two tables called order and order_items order_id--pupil_id --date_bought--total_price 1 ----1001---- 2013-03-07 23:35:49 - 1.00 and order_id-- product_name 1 ------ product1 1 ------ ...
0
votes
1answer
98 views

Jquery retrieving options from listbox [mysql]

I have a table named products with a name and price. I have a list box select name = listbox[] id = listbox etc When something is added to the listbox I want a price next to listbox to update by ...
1
vote
1answer
371 views

how to add value listbox with another listbox java struts?

i want to use two listbox (multiple) on java struts enviroment. first listbox is listed personel names and second listbox is blank at first. With add and remove buttons fill up second listbox with ...
1
vote
2answers
330 views

how to close dialog on (X) close button click event?

My mobile website has some multiselect controls. The multiselect that have a little number of items (5) appears normally, like a multiselect (in mobile style/format), but those that have more items ...
1
vote
1answer
539 views

How to get selected items of Listbox control?

I am developing an application in ASP.NET & c#. I have a Grid view in my page. In that I have a Listbox control and by default Enabled property set by false. I am trying to enable & disable ...
0
votes
2answers
67 views

Delete Options from two dropdowns

So I have two dropdowns,like this: <select id="listbox" name="listbox" multiple="multiple"> <option> value a </option> <option> value b </option> ...
1
vote
0answers
233 views

drag n drop from a listbox to a textarea using jquery.event.drag and jquery.event.drop

I am using asp .net mvc 4.0 , vs10 In one of my page, i have to drag n drop from a listbox to random places in a textarea. dragging an item from the listbox will not remove the item from the listbox, ...
1
vote
1answer
906 views

Jquery moving all items in listbox at once

I am working on a small jquery script, here is link http://jsfiddle.net/RbLVQ/60/ where I wanted to move selected items from one listbox to other box to other listbox, but trouble is now I want to ...
3
votes
1answer
660 views

Custom select box scroll bars with jquery css - Is there a cross-browser compatible solution?

I've searched for several hours now and have found 0 examples of a box with custom scrollbars/arrows. I could find a few references of people talking about how its impossible and the best idea is to ...
2
votes
2answers
257 views

Simple JavaScript to access selected value of a select element/dropdown

I know how to get value/text of the selected item in a drop down: document.getElementById('selNames').options[document.getElementById('selNames').selectedIndex].value AND ...
0
votes
2answers
248 views

how to change list box to editable box?

I made a listbox by table because I needed two column to show list. and, I am trying to edit the text in the table when I hit the listbox. I mean the selected list is changed to something like ...
1
vote
1answer
408 views

jQuery list box onChange refresh second list box options

I have a search form where the user can select an Event, Region, Local Authority, Venue, etc. The Region, Local Authority and Venue search fields are list boxes. Both the Local Authority and Venue ...
0
votes
1answer
964 views

How to create a picklist in JSF? Tried moving items using JS/jQuery, but submit errors with “Validation Error: Value is not valid”

I am creating web application using JSF 2.0 where I am assigning users to view projects. For that I have two list. First list that have users who are not assigned that project and list B have users ...
0
votes
2answers
92 views

Can someone point out what am I doing wrong jquery - moving list item

list item is not moving from one list box to another . I tried to debug script with firefox but it never goes inside the button.click . I am not sure what am I doing wrong . Thanks for your help. I ...
0
votes
2answers
266 views

jquery - intercept, calculate and show in real time the list boxes choices

I've got a simple and elementary jquery function for calculate the quantities * unit prices + taxes and subtotals for some products and then the total. I wish to show, in real time, with jquery, the ...
0
votes
1answer
629 views

detect enter button pressed using .keypress event in jquery

I have web application in which i populate multiselectlistbox using items from database on page load. I get the all items from listbox that are selected but they are in order in which they populated. ...
3
votes
4answers
848 views

How to get asp.net listbox size with jQuery

I need to check that my asp.net listbox is not empty when I submit the form. I want to do it with jQuery. Thank you!!
0
votes
0answers
231 views

Workaround for ViewState Error causing ListBox problems

Update I'm using the jquery dialog control, and this was causing a Failed to load viewstate error. The workaround for this was to set EnableViewState="False" on my user control. Now when I update the ...
3
votes
1answer
1k views

How do I get the selected items from a multi-select listbox in order that they were selected?

I have web application in which i populate listbox using items from database on page load. I get the all items from listbox that are selected but they are in order in which they populated. I want ...
3
votes
1answer
1k views

ASP.NET jQuery double listbox edit and save

Okay - so I have been pulling out my hair on this one for far too long now. Hopefully you guys can help out. I have a form that allows a user to input/edit data about their company. Most of it is ...
2
votes
1answer
223 views

Creating a Select/Dropdown list from navigation using JQuery for Mobile Version

I am working on a website which needs to be responsive. I want to convert the navigation into a <select>. There can be any number of <nav> and any number of <ul> inside<nav>. ...
1
vote
3answers
352 views

How to change the value of the currently selected item in the list box?

I know one can get the value of the currently selected item like this: var myListBoxItemText = $('#myListBox').val().toString(); But how do you change this value in the list box to something else?
0
votes
3answers
3k views

HTML listbox wrap text

I have code as <select name="d" ><option value="sdf" class="test1">How to wrap the big line text How to wrap the big line text How to wrap the big line text How to wrap the big line ...
0
votes
0answers
634 views

Is there a JQuery library for a list with Checkbox list items?

I have been googling for hours now looking for a JQuery library list with CheckBox list items. I found this. It is perfect, but the scripts size used is about 100 kb. That's too much. Can someone ...
0
votes
1answer
222 views

How to update a Listbox's Values using ViewData

I have a ViewData that is being used to generate a List, upon selecting an item, that items info will be displayed in textboxes for viewing and editing. Upon clicking the save button, it saves but the ...
0
votes
0answers
745 views

jQuery Multi-Select List Scroll Position Issue

The issue I am having is in IE. I have a multi-select listbox that will load more items when you scroll to the bottom of the list, that way I don't have to load them all at once since my list could ...
0
votes
1answer
78 views

jquery: generate numbers in listbox

First, is it possible to create inputs like this with textarea or other element? And how could generate infinite numbers with jquery? (adding and subtracting) I hope your help
0
votes
2answers
3k views

Dual listbox - how to move items between two list-boxes? [closed]

Do you know any jquery plugin or something to implement dual list-boxes? I searched and found this project http://kgaddy.com/jqueryMoverBoxes/ but the it is very simple.
0
votes
2answers
575 views

Select/unselect all checkboxes in a list

I have a list (id: lstName), I want to have a link with the list box (i.e. select all) when the user clicks on the select all link, all items in the list will be selected and at the same time the text ...
1
vote
2answers
343 views

Rewind ListBox made with jSON & jQuery

I have a listbox that's populated by jQuery & JSON like this: $(function(){ $.getJSON("jsonulmeu.php", function(j){ var options = 'Selectati valoare'; for (var i = 0; i < j.length; ...
-1
votes
2answers
549 views

Drag and Drop TreeView to List Box in asp.net

How to code Drag Treeview Parent or Root node and drop to List Box using asp.net please help me !
0
votes
2answers
457 views

How to get jquery updated values, from a select (ASP.NET Listbox)

I'm adding values, to a listbox, with jquery's Append. I simply write an option, in HTML, and append it, on a button click. Now, once the page posts, I would like to store these values, in my ...
0
votes
1answer
592 views

JQuery: Append to listbox - setting JSON data as value

I'm trying to append all the selected items from listbox 1 to listbox 2, and it's working fine. The problem is that I want to set the item values of the listitems on listbox 2 to an ID i get from ...
0
votes
1answer
1k views

ListBox and ajax in ASP.NET mvc3

i have two Listboxes in mvc3 the first one have all products and the other is empty i want to select some products from the first Listbox to the empty list box using Ajax and when the user click the ...
0
votes
1answer
484 views

Display default data for list box using jquery

I have two list boxes, one for grade and another for subject. Upon change of grade the subjects are populated in the subject list. The values for both the lists are populated using ajax calls. Upon ...
0
votes
1answer
944 views

IE 8 - Disabled Select List Box

I have a page which has a number of <select /> elements with a size of "4". Of these some of them are disabled. IE 8 in its wisdom has decided not to show the selected items for these list boxes ...
1
vote
1answer
794 views

Prevent listbox from scrolling to the item getting selected (with jquery)

I have a listbox, with items that can be in some kind of group with other items. When one item is selected, all items from the group are selected with jquery. Its really annoying that the listbox ...
0
votes
1answer
654 views

Search the RadListBox using JQuery

I am trying to search the RadListBox containing more than 150 items. I am populating the RadListBox with an ICollection. I have a RadListBox and a textbox. I have a KeyUp() event on the textbox which ...
0
votes
1answer
553 views

Jquery Trigger listbox selected item from image-map

i'm trying to get a link from a image map to change selected item in listbox so that each link on image-map changes the selected item in listbox <form id="form1" name="form1" method="post" ...
1
vote
1answer
303 views

jquery datepicker control for each listbox item

I want to have jquery datepicker control for each listitem in the listbox so that user can set the different date for each listitem. any help would be great. thanks
1
vote
1answer
702 views

jquery submit select box

I have a form. It consists of text area and select box. I want to submit it to server side. The following is front-end code. The back-end code has only one sentence: "print_r ($_POST);". It prints ...
1
vote
1answer
1k views

Using jQuery to move items between .NET listboxes

I have two listboxes, two html input tags and one .NET submit button on an webpage. // The two listboxes <asp:ListBox ID="lbViewOptions_Hidden" runat="server" Rows="7" ...
5
votes
4answers
1k views

How to create an empty Listbox and pass the options without selecting them?

In my form I'm moving categories from one listbox to another like this: The bottom box is the "input" box that is read on the server side when the form is posted. Here's how I create the listbox: ...
0
votes
1answer
515 views

JQuery Select box and Dynamic Label

How can I take data from a populated listbox and create a dropdown and label from that data? So, I want to pull value and text from a DDL and create a tableRow with a label for each record. I tried ...

1 2