Top "Selected" questions

This is a general tag used when talking about one or more GUI element(s) that is/are selected by the user.

jQuery remove selected option from this

first post here, I come in peace :) I've searched but can't quite find what I'm after. I am trying to …

jquery select this option selected
How do I make the DataGridView show the selected row?

I need to force the DataGridView to show the selected row. In short, I have a textbox that changes the …

c# winforms datagridview scroll selected
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 …

ios uibutton selected
.change() get :selected text value

I'm trying to run the following code $("select#shipping_rates_drop").change(function(){ var selectedText = $(this + "option:selected").text(); var …

jquery selected
What values can appear in the "selected" attribute of the "option" tag?

I have some markup similar to the following: <select> <option selected="selected">Apple</option> &…

html xhtml option selected
Add selected attribute to option in select menu with jQuery

I'm making a select menu plugin to replace the ugly default selects and be consistent across different OS. Here's the …

jquery menu option selected
JTable : how to get selected cells?

I have a JTable and its TableModel, it works well but what I want to do now is to get …

swing jtable cell selected
Google Maps Api 3 Remove Selected Marker Only

I've 2 function as below: function addMarker() { marker = new google.maps.Marker({ position: Gpoint, map: map, draggable: true, animation: google.maps.…

google-maps-api-3 selected marker
Custom UI TableViewCell selected backgroundcolor swift

I am trying to change the appearance of a custom selected TableViewCell using Swift. Do I need to do it …

swift uitableview selected
Spinner does not show selected value

I have implemented the spinner by populating the array list through database.I can get and show the array list …

android arraylist spinner selected