Tagged Questions

2
votes
2answers
28 views

How can I refer to the calling element in JQuery?

For example: <input type="text" size="5" id="question'+$qid+'"onKeyUp="checkanswer('+i+')"/></div> I want to refer to the "question'+$qid+'" element inside the funct …
1
vote
1answer
38 views

jQuery, How to target very specific selectors?

Apologies if this has been asked already, I can't find the answer in the jQuery docs. How would I select all .tooltip classes which have a [title] attribute, and the [title] attri …
0
votes
1answer
17 views

How do I select a group of child elements from a parent element of a particular class?

If I have a table as in this example: <table class="detailView"> <tr> <td>Value1</td> <td>value2</td> </tr> </table& …
0
votes
3answers
71 views

In jQuery, how can I select different elements by the name attribute?

I am trying to loop through some elements in a form (radios, text boxes, and select boxes) and get the value from each element. I am looping through by the name of each element (I …
0
votes
4answers
64 views

Selecting one element with multiple selectors in Jquery

Hi All, Im kinda new to Jquery, so this might be easy, then again i cant seem to find anything on Google. So here goes. I basically have this: <div> <div id="row1" …
0
votes
0answers
82 views

[review?] C++ selectors and method delegates

Hi, I just wrote this for handling method selectors in C++ in an Objective-C way. I can see some advantages over derivating you class from an IObserver abstract class: — Client cl …
0
votes
2answers
38 views

How to select elements like question1, question2, question3,… in JQuery form validation plug-in?

I am using jQuery and the jQuery Validation plugin to validate inputs. Below is the code. Now there are many inputs named like question1, question2, question3, question4,... How ca …
0
votes
4answers
55 views

How to use not() selector in jquery

Hi, Below is html <div class="radio_tab"><span>Ad View</span> <ul> <li>Ad View</li> <li>Page View</li> </ul&g …
0
votes
1answer
71 views

jQuery select all elements inside particular parent elements

I need to loop through all table elements, somewhere keeping an index and then loop through all elements inside those tables. Idea is to add information into database about element …
1
vote
3answers
32 views

Find the last TR (group)

Hi i have the table below <tr id="group_1>...</tr> <tr id="el">...</tr> <tr id="el">...<tr> <tr id="group_2"></tr> <t …
1
vote
2answers
74 views

jQuery selector to determine ‘or’?

Let's say my HTML may look one of two ways: Option 1: <h2>My header <span class="apple">My Span</span> </h2> Option 2: <h2>My header</h2&g …
0
votes
5answers
159 views

JQuery select an element inside a td

I would like to select an element inside the td of one of my tables but I don't really understand the syntax. This is what I tried: $("table > td:#box") This is a sample of …
0
votes
3answers
45 views

jquery .each question

if you have more than 1 (dynamic) text boxes with the same class name and use jquery to loop through each of said text boxes, can you assume that the order the textboxes are select …
1
vote
2answers
50 views

jQuery .each() not equivelant to calling a method directly on the selector?

I've never had this issue before, so I'm somewhat lost. I'm getting two different results using essentially the same underlying code. The first way is this: $(".myClassSelector"). …
1
vote
2answers
52 views

jQuery selector samba

This is my first post on stackoverflow, hello everyone! My first venture into jQuery animation is to have a set of images in two divs, top-half and bottom-half, and make them rota …

1 2 3 4 5 15 next
15 30 50 per page