Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
604 views

jQuery getting value from a drop down selected

traditionally we write var value = $("#drop-down-id").val(); to get the value. IN my case, some of the options contains multiple words with spaces like "Allow All","Internet Users" etc. What I am ...
2
votes
1answer
3k views

editable dropdown in jquery

i have a requirement where in the name of the patient will be searched by the doctor ..there may be multiple patients with same name also..so when he starts searching he must get a drop down of all ...
2
votes
3answers
231 views

ASP.NET Validator Controls Slowing Down Page

I have an UpdatePanel that has user controls dynamically added to it. There can be a few dozen user controls at times. The page / UpdatePanel slows down big time on each postback as more user ...
2
votes
2answers
651 views

Catching mouseDown events of subviews. (Cocoa osx)

I have a series of nested views and I need to catch the mouseDown event ant do the same thing when any of these views are selected. Is there a way to tell a superview to handle events for its ...
2
votes
5answers
3k views

php dropdown menu population

I'm trying to write a php script that will populate a second drop down menu based on the selection of the a primary drop down menu. i would like to use jquery to do all the non-page refresh stuff. but ...
1
vote
1answer
11 views

How to push a div inside this div structure?

I have tried many things but I still haven't found a decent solution. Whilst desiging a webpage, I'm using this lay-out (lay-out using different full length colored stripes in the background as ...
1
vote
2answers
60 views

insert date from drop down list to the access database

hi i have drop down list called check in date. (in year,in date, in month). <td>Check-in Date</td> <td>:</td> <td><select name="inmonth" id="inmonth"> <option ...
1
vote
1answer
87 views

How to change a top down web service without overwriting existing code

I am fairly new to eclipse and Java development. Please bear with me if this sounds like a trivial question. I am trying to modify an existing web service. This was originally developed using top ...
1
vote
1answer
70 views

Jquery Image Rotator clashing with Javascript Drop Down Menu

I am trying to get "Portraits" to Drop Down to three more sub links. As you can see it pops up very subtly with each transition in the image rotation (the big circle). Also it's not lined up with the ...
1
vote
0answers
124 views

How to judge if scroll is up or down?

If gridview scroll top or bottom, I want to remove all data and reload other data but I don't know how to get the scroll up or down status? I try to use @Override public boolean ...
1
vote
1answer
918 views

Android - OnTouch Do Work

I have some code that has got me very close to what Im trying to achieve. But there are a few issues. What I want to do is, when a Button is pressed and held, it will continuously call a method ...
1
vote
0answers
137 views

database field list in array for drop down with selected state

I am trying to put a team list into a drop down list and maintain a selected state: <select> <?php include('db.php'); $getTeams = mysql_query("SELECT name, id FROM team") or ...
1
vote
1answer
3k views

Slide down view in android

I would like to have a button in my android application trigger a slide down view of a form. I want to have a view at the top of the screen, a list at the bottom of the screen, and I want to have the ...
1
vote
1answer
1k views

Working with Arrow Keys in a WPF Textbox (C#)

Is there any way to catch the Up/Down arrow keys in a WPF TextBox (System.Windows.Controls.Textbox) and allow them to alter the text? I've read about overiding the ProcessCmdKey method for a Windows ...
1
vote
1answer
103 views

How can i add a drop down extension to my existing menu

I need to modify my existing menu and just add few more lines to make it drop down. Can someone please give me a code so i can add it to the Menu CSS? I think i need to add something like > ul li li ...
1
vote
1answer
151 views

retain drop down value page posting back to itself asp.net

I have an aspx page that has... if (!IsPostBack) { PopulateBrand(); in the Page_Load. This PopulateBrand() simply populates my drop down. That works great and on post back it ...
1
vote
3answers
429 views

jquery hover on one ul at a time

I have my drop menu sliding down nicely but it does it on all ul's in my navigation. I need it to drop the menu for only the hovered ul.I tried to use the "this" element but don't know enough about ...
1
vote
1answer
271 views

why do my select boxes reset after appending a new one?

For once, I am getting the intended results in IE6, but not FF (or Chrome). I have a select box (listing locations) which is dynamically generated using JS. I have a button that allows the user to ...
0
votes
0answers
18 views

Drupal Nice Menus Module Drop Down Menu - CSS

I am using Drupal Nice Menus Module to create a drop down menu for my application. I copied the CSS code that comes with Nice menus to my theme directory and updated it. It is working fine, but I ...
0
votes
1answer
31 views

Testing drop down list values in Selenium - Console does not print mis-match

I'm testing drop down list values in Selenium. I am working in Java. A drop down list has 40 values. I want my code to get all the values in the DDL and compare it to the ones they should be. My ...
0
votes
1answer
31 views

Javascript Dynamic Time Drop Down

I'm not very good at Javascript Time manipulation. Here is what I am trying to do: I have a UI that needs a end time drop down list. Its a finite set of times, essentially from 7:00 AM to 10:00 PM in ...
0
votes
1answer
40 views

Drop down menu is hidden behind the next div in IE

I have an expert knowledge in CSS, but can't seem to fix the issue I am having in IE 8. For some reason, my drop down menu isn't showing up on top of the div below. I've tried adjusting the ...
0
votes
1answer
29 views

Drop down menu loads all images?

FIXED change #media a to #media > a, so it will select only the direct child and not all sub-children Thanks to Zoltan Toth I have made a drop down menu with HTML and CSS. The text 'onze media' - ...
0
votes
1answer
42 views

How to traverse a list with up and down buttons?

I have implemented one "up" button and one "down" button in my layout.xml which I want to use in order to navigate through a ListView of strings. How can I accomplish this? I do not want to use the ...
0
votes
0answers
25 views

Loading XML nodes data to a combo box/drop down list

I am trying to load an XMl nodes data to a combo box, Here is what I have done: XmlDocument doc = new XmlDocument(); doc.Load("D:\\Temp\\product.xml"); XmlNode root = doc.DocumentElement; ...
0
votes
0answers
12 views

I can't get rid of a extra spry vertical drop down box at bottom of page

I have looked everywhere for a answer to the problem, it has a extra drop down, i would delete it but it doesn't show up on design view, I'm using Dreamweaver CS3. My menu bar wouldn't expand, so I ...
0
votes
1answer
271 views

CSS Drop Down Menu doesnt work in IE9

i have a dropdown menu that doesnt work in IE9 and I have no idea why. It works fine in firefox and chrome. This is the link: http://www.condadoelectricalservices.com/v2/navTest.html this is my ...
0
votes
1answer
11 views

How to align a <ul> with an existing menu?

I am having trouble aligning a <ul><li> with an existing navigation. The more option floats on top of the second option. How to make them all aligned? Code: <div id="nav"> ...
0
votes
3answers
56 views

i looking for how make a refresh of tableView in pulling down?

if anyone can help me for make that (pull down to refresh): source: http://cdn.iphone4jailbreak.org/wp-content/uploads/pull-to-refresh-jailbreak-app-iphone-4.jpg
0
votes
0answers
60 views

Grid View Down and up after Ontouch event

i need your help i implement cashPad and i have the Number in Gridview now i want to Down or Up this GridView to Display Result?
0
votes
0answers
115 views

Fire jQuery UI autocomplete by arrow key (down)?

Can I fire the jQuery UI-Autocomplete (initial) request with only pressing the down-key? So the autocomplete starts with an empty value an returns all possible items..? Thank you! regards
0
votes
1answer
73 views

How can I change the direction of an animation on Jquery spritely?

I hope somebody can help me with this issue... I'm using Jquery spritely plugin to give some animation to my website and I can't make a movemente from top to bottom on this way: The html <div ...
0
votes
2answers
80 views

Simple PHP script to arrange file links in text file (array)

Im trying to code a simple web/text based file editor that has categories for links to a files on webserver and these categories also have archives for older files once uploaded. Simple to do but for ...
0
votes
2answers
172 views

Add delay to horizontal drop down, vertical slideout - jQuery

I need to stop my drop down items from "sticking" when I hover over the items quickly, so my idea is to add a delay to prevent the sub-item from hovering out until you've hovered over for a certain ...
0
votes
0answers
34 views

What code should i add in order to make my drop down slides slower?

The following is the .js code i using for my drop down menu: Code goes here function ShowItem (itemID) { var x = document.getElementById(itemID); if (x) x.style.visibility = "visible"; ...
0
votes
0answers
84 views

Automatic burn down report for MSF Agile 5.0

Visual Studio Scrum 1.0 contains an iteration burn down report that automatically fetches the sprint data from the Sprint work items. I added the sprint WIT to a project created with MSF Agile 5.0 ...
0
votes
2answers
428 views

jQuery onchange of one drop down displays another drop down

I have 2 drop downs. one hidden and one displayed on the screen. During onchange of one drop down the second drop down is displayed. But I need to do validations like, the customer must have chosen ...
0
votes
0answers
167 views

how to cretae scrolling drop down menu?

In my webpage there is a form for submitting user details There is a field to select nationality. I need to use vertical scrolling drop down menu for selecting a country. I have done something like ...
0
votes
0answers
30 views

Cruise Control Builder goes down with build failure

We have Cruise Control setup for our build automation. It has been working fine, but since last 2 days, a build failure cause the builder for the project go down as well. The builder has to be started ...
0
votes
1answer
38 views

Jquery click-drop menu not working for me?

I'm trying to implement a Jquery Javascript menu onto a webpage. Jquery code: $(".navigation ul ul, .shoppingbasket ul ul").css({display: "none"}); $(".navigation ul li, .shoppingbasket ul ...
0
votes
0answers
18 views

Need Jquery based Simple Mulit Level Drop down Plugin

I need to help for implementing the Multi Level Drop down Menu in my site. I have visited lots of URL but did not found any simple and smooth Drop Down. Can anyone please tell me the link or Send ...
0
votes
0answers
244 views

Double Drop Down Menu - Drop Downs w/ Drop Downs

I know its a late post, but I am hoping to find some help with a "double drop down menu". I am working with this page here : http://www.glustik.com/dustreeproductions/ The entertainment button is the ...
0
votes
1answer
188 views

Android webview inactive drop down

I have an webview that show a dynamic list of div/tables with drop downs in it that all are set to display: none; with an visible headline link to show. If i click on a headline the div will show up ...
0
votes
1answer
55 views

How to know client system has disconnected network cable in WCF using callback?

I am developing one WCF server where i am using netTcp & dualWsHTTP binding. I have a scenario where the client instantly pull the network cable, so in this case how WCF server will know the ...
0
votes
0answers
64 views

JSF2: how to move items up and down on a <rich:dataTable /> on RF4?

On a page, I have the following table: <rich:panel id="batchPanel"> <table border="1" class="dr-table rich-table" width="100%"> <a4j:repeat value="#{assemblyMB.batchLDM}" ...
0
votes
1answer
90 views

Drop Down CSS Menu?

I recently installed a drop down menu on my main menu bar and noticed something. The H1 header directly below it moves on the page when I activate the drop down menu. It's like the drop down menu ...
0
votes
5answers
454 views

Get the value of selected option from a dropdown list in the same file in php?

I know my question seems confusing, so here is the brief description I have 2 drop down list, one is college and other is branch, so what i want to do is that whenever a user selects a college from ...
0
votes
2answers
368 views

set default drop down value on php generated form

i generated a drop down menu with the code below. how can i set the field to the GET variable after submit is clicked. <select> <?php $sql="SELECT c FROM problems WHERE b='$id'"; ...
0
votes
2answers
489 views

How to get the value from drop down box?

I want to know how to get the value from the drop down box and then paste this value in text box. I am using HTML and PHP. I have searched about it but i found a soultion in JavaScript. Thanks This ...
0
votes
1answer
26 views

Flash Button stays down

I'm building in flash a house. Now I want when I click on a door it stays open. I'm using an button for the effect. I think I need some code to keep te button in the down state after I clicked it ...

1 2