1
vote
2answers
45 views
jQuery selector help ?
How to anchor paragraph in other HTML pages and in the same time highlighted the area where the pointed paragraph is located when click the the button in the current page?
I made …
1
vote
5answers
60 views
jquery: tricky selector question
hi i'm having this markup:
<div id="main">
<div nam="item">1</div>
<div nam="item">2</div>
<div>
<div nam="item"& …
0
votes
1answer
17 views
jQuery element[attribute=something] vs element.class performance
I am wondering which way would end up being faster, selecting elements by:
$('element[href=#my_link]');
or:
$('element.my_class');
I don't like repeating myself when I write …
0
votes
2answers
27 views
addID in jQuery?
Is there any selector available to add IDs like there is for adding a class - addClass()?
0
votes
1answer
46 views
jQuery Find not working for :first
I am trying to find some child a elements within a ul parent. But, I need to only find the first a. Here is what I am using
$('div.item a').click(function() {
$(this).parent( …
0
votes
4answers
46 views
What does img[@rel= mean in this jQuery plugin?
Here
Is it a deprecated selector?
1
vote
4answers
82 views
Select inner text (jQuery)
<div class="boxen checkedzahlen" id="box41_0_1">
41
<input type="checkbox" value="1" name="cb41_0_1" id="cb41_0_1" checked="checked"/>
</div>
Something like t …
2
votes
3answers
75 views
How to select div in table cell using jQuery
I have the following table structure;
<tr>
<th><label for="ctl00_bodyContent_username">username:</label></th>
…
1
vote
2answers
52 views
JQuery Contains Selector - Multiple Text Items
Hi,
I am new to JQuery and maybe am missing the obvious, but how can I filter a table using the contains selector but have it look for multiple strings using an OR operator. In ot …
0
votes
0answers
84 views
FBML multi friend selector in fb:dialog
Hey Guys,
Is there a way to show the multi friend selector widget (fb:multi-friend-selector) in an fb:dialog?
I have a button, on selecting which I would like to show the friend …
0
votes
3answers
36 views
C# html/css selector
Hello,
I'm wondering if there's a jQuery-like css selector that can be used in C#.
Currently, I'm parsing some html strings using regex and thought it would be much nicer to have …
0
votes
2answers
76 views
Select a Tag with a Selector from a Text Variable using jQuery
I have a string which contains text and some <a> tags in it; I want to know how I can select a tag from the variable and loop it. I tried the following but it didn't work:
v …
0
votes
2answers
55 views
jquery .each loop and replace to same location?
i got help (http://stackoverflow.com/questions/1553601/jquery-select-a-tag-with-selector-from-a-text-veriable) on looping the static var and replacing it value, but just one questi …
1
vote
0answers
36 views
Cucumber/Webrat: follow link by CSS class?
Hello there,
is it possible to follow a link by it's class name instead of the id, text or title? Given I have (haha, cucumber insider he?) the following html code:
<div id="s …
0
votes
2answers
60 views
XML Schema - Key in sequence
I'm trying to put a key in sequence and am being bombarded with errors. It seems I can't do this. Additionally, I am being told my key needs a field and selector, which I have been …
