A selector can be a string identifying a method name in the Objective-C programming language or a special kind of switch used in computers to connect multiple lines (I/O) to a single line. Please do not use this tag for jQuery/CSS selectors.

learn more… | top users | synonyms

2
votes
4answers
56 views

Something I've not seen before with jQuery selectors

I've never seen a selector with this syntax; Can someone explain it to me? var $select = $('<select>', { id: 'csvMarketSelector', name: 'csvMarketSelector' }); or var ...
-4
votes
3answers
51 views

Difference Between NormalMethods and Selctors in objective c

Here i cant understand what is selector?,still now i knew it is used for calling methods,and someother says its is a callback mechanism. What is the difference between these two methods. Instance is ...
0
votes
1answer
22 views

android:state_enabled=“false” doesnt work

This is my selector: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item ...
0
votes
0answers
7 views

xml/jquery/jqgrid: selecting direct ancestor, not the ones who are descendants

I am trying to get a specific element matched for showing it in jqgrid. An example xml is: <transfer> <name>test1</name> <actions> ...
1
vote
2answers
26 views

MySQL/Php: nonrepeating random selection with unique ID selectors

I'm new to using php and mysqp. Using the code below, I am calling and echoing four names from a mysql database (in a 'names' column) without repeat. However, what I'd like to do is assign a unique ...
1
vote
2answers
36 views

jQuery - toggle() a form when a button is clicked in a list

Problem: I don't want it to toggle when I am clicking on the table. Only when I click the button(div). Also, there has to be a selector so that other li's tables doesnt toggle. jQuery ...
0
votes
3answers
24 views

Select the previous header from the current header using jQuery

Below is my HTML <H3 class='head'>About US</H3> <ul class='helper'> <li> <ul class='xtramenu'> <li> <H4 class='subhead'></H4> ...
0
votes
0answers
5 views

Receiving this error. No visible @interface for 'UIViewController' declares the selector 'presentViewController'

The problem is at the if ([[topViewController presentViewController] line: (void)sessionStateChanged:(FBSession *)session state:(FBSessionState) state error:(NSError ...
1
vote
1answer
30 views

Why do class_respondsToSelector and respondsToSelector behave different when sent to Class?

I have spent quite some time trying to figure out how class_respondsToSelector and respondsToSelector can give different results. Consider the following class: @interface Dummy : NSObject - ...
0
votes
5answers
33 views

jQuery selector first td of each row

I have this stuff: <table> <tr> <td>nonono</td> <!-- FIND THIS --> </td>foobar</td> </tr> <tr> <td>nonono2</td> ...
2
votes
1answer
34 views

Why does respondsToSelector: exist?

Why do we have to manually check this every time we try to send a message to an object that might not respond to the message/selector? Why can't the language do the check for us every time a message ...
0
votes
3answers
45 views

If making a jquery function callable on a selector, how do I retrieve the selector in my called function?

I'm trying to make a function callable on a jQuery selector. Here is what I'm doing on my page: <!DOCTYPE html> <head> <meta charset="utf-8"> <title>first</title> ...
2
votes
2answers
39 views

jQuery wildcard selector on attributes

I have this stuff <table> <tr> <td> foo </td> <td> <a href="#" data-action:edit="1">[EDIT]</a> <a href="#" ...
0
votes
2answers
39 views

Jquery add attribute to element on hover

Feeling like I'm the cusp of understanding Jqueries selectors and element handling - just not quite there yet! The following html is being cloned so the user can add different issues, what I'm trying ...
1
vote
0answers
30 views

Android background selector drawable intercepting onClick events?

I'm trying to make a phone button component with its letters on top and the number on bottom. I'm implementing it as a custom FrameLayout that uses a style that uses a selector drawable as background. ...
1
vote
2answers
23 views

“Any” boolean function in jquery

Is there any easy way to check if any elements in a jquery selector fulfill a condition? For instance, to check if any textboxes in a form are empty (kind of pseudo, not real jquery): ...
1
vote
1answer
14 views

NSOperationQueue finished wont start new method

When my observer tells me that there are no more operations, function is not called (performSelector...). Funny thing is that NSLog(@"queue has completed") is logged correctly. - (void) ...
2
votes
1answer
14 views

Using Attributes End With to delete elements

I have been trying to implement the attributeEndsWith selector to delete multiple elements with Ids ending with "_vb ("[id$="_vb"]"). Unfortiunately the code I have below doesnt work. Can someone help ...
0
votes
2answers
35 views

How do I select what's inside of the this selector? JQuery

For example, I have a nested list: <ul id="navigation"> <li id="home"> <ul id="sub_menus"> <li id="about_us"> <div class="same> ...
-1
votes
1answer
38 views

java.nio.channels.Selector.select() returns zero

I'm trying to find out, why the selector does not work. Here is the code: //SocketChannel ch //java.nio.channels.Selector impl //Object session SelectionKey sk = ch.register(impl, 0x01, session); int ...
0
votes
1answer
50 views

Windows Store App (Winjs) - Template Selector (Dual Template)

i need a Grouped Listview that has two types of templates, i've reached to this: Employee.html: <div id="dualTemplate" data-win-control="WinJS.Binding.Template" style="display: ...
0
votes
0answers
30 views

Android TextSelector doesn't work in nested ListView

Hello, currently I'm developing an android application, where I have a listview within a side menu ( used JFeinstein/SlidingMenu library for the menu). I expand this listview with a library ...
0
votes
3answers
69 views

ARC Semantic Issue: No Visible @Interface for 'UIViewController' declares the selector 'loginResult:'

I have made lot of googling about the Title above but could not get the solutions I want. I have a project with ARC that uses a static library for service calls. When click login button credentials ...
0
votes
1answer
69 views

UIButton action selector

I have the following code: - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIImage * search = [UIImage imageNamed: @"search.png"]; UIImageView * ...
0
votes
2answers
48 views

Android listview select default item

I am trying to highlight by default a position in my listview. Here is the code: My listview declaration: <ListView android:id="@+id/list" android:layout_width="match_parent" ...
0
votes
3answers
54 views

Probelm selecting anchor elements with specific class

i have a problem, i want to select the menu-enabled anchor with javascript, wich is a small image and when i click it it should change a class of the background to highlight the menu. The change ...
0
votes
4answers
42 views

Select previous element using jquery selector only

Need to select previous element using only selector of jquery My HTML: <li class="collapsable"> <div class="hitarea collapsable-hitarea"></div> ...
1
vote
4answers
44 views

jquery class selector not including element with specific parent

HTML: <div class="abc"> ... </div> <div class="abc"> ... </div> <div class="abc"> ... </div> <div class="abc"> ... </div> <div ...
2
votes
1answer
39 views

Selector for finding the first select list with a specific value

I have several selects on a page with the same class VirtueClass. Now I want to change the selected item on the first select on the page where the value equals 0, e.g. the first "free" select on the ...
0
votes
1answer
20 views

Defining colours as resources in mono for android

I am worried that this is a duplicate question, but I have read these three questions and I'm still at a loss: Setting background color from colours.xml throws invalid operation How to define ...
0
votes
3answers
55 views

CSS selector code last element

Need help guys I have this HTML code: <div class="editable"> <div> <div class="column col1of5"> </div> <div class="column col1of5"> </div> ...
0
votes
2answers
33 views

Javascript selecting links within divs with IDs that begin with “myText”

I have this right now, which selects the whole div: $('div[id^="myText"]').click(function () { And I want it to select only the links within that. I tried: $('div[id^="myText"] ...
1
vote
3answers
49 views

CSS Selector, find first appearance in an nested content

I tried some different things to get the first element to set its display property to block, the rest should be set to none. But I'm not able to get just the first appearance of the element, everytime ...
0
votes
0answers
21 views

Time dropdown for best_in_place

I'm trying to add the proper syntax for the best_in_place gem with my code here: <%= Time.at(task.hour).strftime("%I:%M %p") %> I've tried something like <%= best_in_place Time, ...
0
votes
2answers
49 views

What is so great about having 5 selectors to format a specific html tag? [closed]

Why do people make it that complicated and not just create an id for the below selector parade body > header > h1, span.title, .header-title { /* set a background-image here */ } just ...
0
votes
3answers
30 views

jquery select an element within parent

I have the following html: <div> <div class="A">Some details</div<> <div class="B">Some details</div<> <div class="C">Some details</div<> ...
1
vote
3answers
39 views

jQuery.on() both self and children

The .on() method in jQuery will either match on the matched element if no selector is provided or only on it's children if ther is a selector. Is it possible to combine these two behaviours to end up ...
0
votes
1answer
56 views

Obj-C introspection: How can a method reference arguments it's called with

This is an intentional "fork" of the question: Obj-C introspection: How can a method reference its own selector? I need to do the exact same thing as the OP, but whereas he didn't need to pass any ...
1
vote
2answers
31 views

How do I pass specific .on selector into function

I have two versions of the same code. This first version works great but not for newly loaded content. // Do some fancy ajax loading and URL rewriting when link is clicked var linkButton = ...
0
votes
1answer
40 views

Problems when using the insert() function in d3 java library when trying to insert SVG elements before another

I have problems using the insert() function of the d3 visualization library. Better to say I do not understand how to use the "before selector". I red the examples here and here, but this dod not ...
1
vote
2answers
38 views

Non-case-sensitive comparison of text input value with JQuery

I have looked through the answers relating to writing custom selectors in JQuery (such as this one: Writing jQuery selector case-insensitive version) but am still unclear on if a custom selector is ...
0
votes
0answers
29 views

fonts with glyphs + uncategorized selector send to instance

I created a custom scroll view that I use as a picker. Inside I have some items - subclasses of UIView with 2 labels inside. I have 2 questions: I try to use not just to use custom font, but a font ...
2
votes
0answers
43 views

Change Padding in Selector drawable

i am trying to change the padding from a Button in a custom drawable ressource, and reuse this in a selector. Changing the drawable seems not the Problem, but the App always use the highest padding ...
4
votes
2answers
68 views

Create selector dynamically from string

I've made a program that uses reflection to add a Trait dynamically, and solves conflicts automatically in one predeterminated way. It uses aliases. It's working (I think), but I have only a problem ...
1
vote
0answers
11 views

Selector bad behaviour

In my project i have a fragment with 1 ImageButton, whose "src" attribute is a selector. Here the XML layout (foo.xml): <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
2answers
51 views

jQuery: How to select elements based on .data({key: value})

In HTML I have a div with various data- attribute properties set within a JSON object, e.g.: <div data-layout='{ "type" : "header", "minHeight" : "10%" }'> Layout ...
2
votes
1answer
78 views

Show values from select list jquery

The goal i want to achieve is to have a few select lists connected with each other and after the user selects all the paramereters which suit him or her from the select lists i want the script to show ...
0
votes
1answer
18 views

Jquery select not working as expected

I have a table that's rendered dynamically using jQuery after an ajax call. The table looks correct and has a button in each row. I have a simple on(click function) that I want to trigger when the ...
0
votes
2answers
41 views

How do I test if the element being passed to a function is the document itself?

I'm writing a small script that injects some code into an HTML element. All works fine by setting: element.innerHTML = "<p>foo</p>"; unless I'm being passed the document itself, ...
0
votes
1answer
47 views

Link onclick add link id to Selector

I'm trying to add the id of my link to the selector in my function so that .XXXXXX1,2 or 3 is shown or hidden depending on which link is clicked. Here's the code I have put together so far: I've ...

1 2 3 4 5 31