Top "Jquery-selectors" questions

Selectors can be used in jQuery to match a set of elements in a document.

jsTree : How to get all nodes from jstree?

How to get all nodes present in jsTree? I am building jsTree with xml Root -----A -----A1 -----A1.1 -----A1.2 -----A2 …

javascript jquery jquery-plugins jquery-selectors jstree
jQuery parent().find() problem

HTML <div class="comments"> <a class="toggle" href="#">Toggle Comment 1</a><br /> &…

jquery jquery-selectors slidetoggle
What's the purpose of a leading colon in a jQuery selector?

I've starting using the Wijmo toolkit, and came across quite a few example selectors similar to this in their documentation …

jquery jquery-selectors
How to select anchor tag with specified class and rel?

I have an anchor tag like this, and I need to select it! <a href="#" class="foo bar" rel="123"&…

jquery jquery-selectors anchor rel
Is there a jQuery-like CSS/HTML selector that can be used in C#?

I'm wondering if there's a jQuery-like css selector that can be used in C#. Currently, I'm parsing some html strings …

c# jquery css jquery-selectors css-selectors
jQuery closest TR selection

Hope someone can advise. Having issues trying to remove a row once a link has been clicked. HTML <table&…

jquery jquery-selectors closest
Selector for element inside a frame (with same origin)

I have a webpage with the following structure: <html> <head>...</head> <frameset> &…

jquery jquery-selectors frames
(jquery) Blackout the entire screen and highlight a section of the page?

As per screenshot below. I am pretty sure someone has done this before! =) The circle is a bonus, would be …

jquery jquery-ui jquery-plugins jquery-selectors
How to get text node after element?

Using jQuery. I have the following html: <input type="checkbox" name='something' value='v1' /> All the world &…

javascript jquery jquery-selectors textnode
CSS selector case insensitive for attributes

If I have an HTML element <input type="submit" value="Search" /> a css selector needs to be case-sensitive: …

jquery jquery-selectors css-selectors case-insensitive selenium-webdriver