Top "Jquery-selectors" questions

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

What is the fastest method for selecting descendant elements in jQuery?

As far is I know, there are a number of ways of selecting child elements in jQuery. //Store parent in …

jquery performance jquery-selectors profiling
Adding zoom to Fancybox

I'm using Fancybox for my thumbnail gallery. I'd like to use JQZoom ( http://www.mind-projects.it/projects/jqzoom/ )with the …

jquery jquery-plugins jquery-selectors fancybox
jQuery select ancestor

Is is possible to use jQuery to select an ancestor of an element? Markup: <div id="ancestor-1"> <…

jquery jquery-selectors ancestor
How can I get the href of a <link> tag using jQuery?

I've seen lots on how to do this with an tag, and I have no problem doing it with that …

jquery jquery-selectors css-selectors hyperlink link-tag
How to tell if any jquery dialog happens to be open?

Looking for a general case solution to determine if any jquery dialog (there are multiple) is currently open. Have tried: $(".…

jquery jquery-ui jquery-selectors jquery-ui-dialog
Rendering HighCharts to class instead of id?

I have the following which works fine: $(document).ready(function() { get_data_for_chart(); function get_data_for_chart() { $.ajax({ …

javascript jquery jquery-selectors highcharts
Check for positive integers in Javascript: performance and security

I have written (and copied) a few lines of Javascript and it serves my purpose well. But I am trying …

javascript jquery jquery-selectors javascript-security
jQuery: prev(<selector>) not working?

I'm having trouble using prev() in jQuery where it's not selecting the right element. My HTML structure is as follows: &…

jquery jquery-selectors dom-traversal
Using jQuery "this" plus a CSS selector?

I am writing a script to show/hide a section within a div. I have 3 of these divs with hidden …

javascript jquery jquery-selectors selector
Add event to all buttons of the same class with jQuery

This might be easy but I've searched SO and tried some suggestions for this none of which work. I'm using …

jquery jquery-selectors mvc-editor-templates