1. Question:What is jQuery selector? 

    Answer
    A JQuery selector is  a function which makes use of expressions to find out matching elements from a DOM based on the given criteria.

    1. Report
  2. Question:Write examples for bind and unbind events for any element. 

    Answer
    Bind():Attach a handler to an event for the elements.Unbind():Remove a previously-attached event handler from the elements.

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd