About 135,000 results
Open links in new tab
  1. jquery - The $ dollar sign - Stack Overflow

    Dec 13, 2013 · The cash sign is just an alias for the jQuery function. Starting the variable name with $ has no effect on that variable. It is customary though, especially in jQuery plugin …

  2. What does the "$" sign mean in jQuery or JavaScript?

    Dec 29, 2011 · In jQuery the variable is assigned a copy of the jQuery function. This function is heavily overloaded and means half a dozen different things depending on what arguments it is …

  3. jQuery syntax - when to use $ (dollar) vs jQuery - Stack Overflow

    Dec 28, 2011 · Use jQuery when you've got another library that's already defined $. Use $ as the convenient shorthand it is when you don't (or inside of function scopes where you don't have …

  4. jquery - Set select option 'selected', by value - Stack Overflow

    I have a select field with some options in it. Now I need to select one of those options with jQuery. But how can I do that when I only know the value of the option that must be selected? I have the

  5. How to create a jQuery function (a new jQuery method or plugin)?

    Aug 23, 2012 · Yup — what you’re describing is a jQuery plugin. To write a jQuery plugin, you create a function in JavaScript, and assign it to a property on the object jQuery.fn.

  6. JQuery .on() method with multiple event handlers to one selector

    Trying to figure out how to use the Jquery .on() method with a specific selector that has multiple events associated with it. I was previously using the .live() method, but not quite sure how to

  7. JQuery - how to select dropdown item based on value

    JQuery - how to select dropdown item based on value Asked 13 years, 5 months ago Modified 2 years, 9 months ago Viewed 343k times

  8. jQuery $ (this) keyword - Stack Overflow

    Sep 18, 2012 · When inside a jQuery method’s anonymous callback function, this is a reference to the current DOM element. $ (this) turns this into a jQuery object and exposes jQuery’s …

  9. javascript - jQuery: get data attribute - Stack Overflow

    Jun 21, 2018 · javascript jquery html custom-data-attribute edited Jun 21, 2018 at 13:20 MrUpsidown 22.5k 15 83 142

  10. jQuery select by attribute using AND and OR operators

    jQuery select by attribute using AND and OR operators Asked 13 years, 1 month ago Modified 10 years, 4 months ago Viewed 215k times

Refresh