0
votes
3answers
54 views
Jquery - Change dynamic dropdown selected element
I have a dynamically generated Dropdown for which I need to change the selected value using Jquery.
<select class="txtfield country" …
1
vote
2answers
50 views
jquery treeview highlight selected
Is highlighting the selected item supported in jquery treeview? Can you point me at sample code demonstrating?
0
votes
3answers
18 views
VS2005: How can I print a selected piece of code without the highlighting?
When I want just one piece of code printed, I can select it, and press the "print" menu command; what follows is a printout of the correct piece of code, but with a highlighted background.
Any tip on …
1
vote
1answer
93 views
Keeping a UIButton selected after a touch
After my user clicks a button, I'd like that button to stay pushed during the time that I perform a network operation. When the network operation is complete, I want the button to return to its …
0
votes
2answers
37 views
extract html table information based on radio button checked
What combination of selectors could I use to get the html text that contains
Price information in the example below. (Assume user has clicked a radio button and the Submit button)
<table …
2
votes
1answer
116 views
Select row after refreshing DBGrid
Well, some kind of n00b question from me. I've surfed the net and similar questions here but haven't found any right answers for such simple (as I thought) problem.
I have a DBGrid. I select one row …
1
vote
2answers
75 views
DropDownList item not selected
I'm obviously still missing something about how to bind the selected item in a DropDownList.
I set up the SelectList like this in a repository:
public SelectList GetAgencyList(System.Guid …
0
votes
4answers
65 views
jQuery Selected
Hello!
Im trying to see if a special option in a select-menu has a value equal to 1, and then hide another object. Ive been trying all day but cant figure it out (probably because im a total beginner …
0
votes
3answers
329 views
how to get selected text from iframe with javascript ?
<html>
<body>
<script type="text/javascript">
function smth() {
if (document.getSelection) {
var str = document.getSelection();
if (window.RegExp) {
var …
1
vote
3answers
148 views
Overriding default jQuery UI tab from link on other page
Hi all,
I am using jQuery UI tabs (v1.7x) on the home page of a site I'm working on at the moment, and they are set up as follows:
jQuery(document).ready(function($) {
$("#mastheadhome").tabs({
…
2
votes
2answers
703 views
wpf set ComboBox selected item highlight color
Hello!
I need to change the highlight color of a ComboBox's selected item in the popup list. I've found several tutorials explaining how to do this, but all of them either use Blend, which I do not …
1
vote
1answer
49 views
Getting Selected Control.
Hello
I have a "canvas" (which is just a Panel Control), and the user can click a button to add certain controls to the canvas i.e. labels, link labels, images etc... And then they can edit those …
0
votes
1answer
136 views
UITableViewCell selection stays in all cells !!
I am still in the process of getting myself acquainted with the iPhone SDK.
This is what I am trying to do :
I have a UIScrollView and each scroll view has an UITableView and I have implemented a …
0
votes
1answer
219 views
Android Selected positions in a listview
How can I retrieve the positions of the selected item in a multichoice listView ?
The getSelectedItemPosition method returns only the first one...
0
votes
3answers
467 views
jQuery highlighting selected columns only in a table
Hey all,
I see this post on highlighting even columns but can I highlight only selected columns?
Here is the code they use:
$("table.Table22 > tbody > tr > …
