Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: What is jQuery?

  1. #11
    Join Date
    Feb 2016
    Location
    Beauty Exchange Center,No.121, Guangyuan West Road,Guangzhou,China,51000
    Posts
    83

    Default What is jQuery?

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

  2. #12
    Join Date
    Jun 2016
    Location
    9868 S State Road 7 Suite 335 Boynton Beach, Florida 33472
    Posts
    60

    Default What is jQuery?

    jQuery is a fast, small, and feature-rich JavaScript collection. It makes things like HTML papers traversal and adjustment, occasion managing, movement, and Ajax incredibly easier with an easy-to-use API that works across a large number of internet explorer.

  3. #13
    Join Date
    Aug 2017
    Location
    Pune
    Posts
    459

    Default

    jQuery is a quick, little, and highlight rich JavaScript library. It influences things to like HTML report traversal and control, occasion taking care of, movement, and Ajax considerably less complex with a simple to-utilize API that works over a huge number of programs.

  4. #14
    Join Date
    May 2016
    Posts
    149

    Default

    Jquery is programming language which is use for action

  5. #15

    Default What is jQuery?

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

  6. #16

    Default

    jQuery is a fast, small, and feature-rich JavaScript object library that marked a significant breakthrough for front-end web development, the programming that goes into building everything a user sees and interacts with on a website.

  7. #17
    Join Date
    Dec 2018
    Location
    Pune
    Posts
    21

    Default jQuery

    jQuery is nothing but javascript library which is used to ease your javascript code. jQuery greatly simplifies JavaScript programming along with easy-to-use API that works across a multitude of browsers which saves time which you would spend on bunch of complicated codes of javascript, like ajax calls,dom manipulation,each loops,etc.
    The jQuery syntax is tailor-made for*****selecting*****HTML elements and performing some*****action*****on the element(s).
    Basic syntax is:*****$(selector).action()
    Examples:
    $(this).hide() - hides the current element.
    $("p").hide() - hides all <p> elements.
    jQuery selectors are one of the most important parts of the jQuery library. jQuery selectors allow you to select and manipulate HTML element(s).
    jQuery selectors are used to "find" (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more. All selectors in jQuery start with the dollar sign and parentheses: $().
    Example
    When a user clicks on a button, all <p> elements will be hidden:
    $(document).ready(function(){
    *****$("button").click(function(){
    *****$("p").hide();
    *****});
    *****});

    Benefits of jQuery are:
    -Easy to use
    -works across multiple browsers i.e. work on cross browser
    -uses simple and powerful syntax
    -highly extensible
    - Ajax support
    -Commands can be “chained” so that the result of one command can then control others.
    -Has a “built-in” set of animation applications that can also be used as commands.

  8. #18
    Join Date
    Dec 2018
    Location
    New Delhi
    Posts
    25

    Default

    JQuery is library which is written on the top of Java Script language. This jQuery library will reduce the developer work.

  9. #19

    Default

    jQuery is a fast, small, cross-platform and feature-rich JavaScript library. It is designed to simplify the client-side scripting of HTML. It makes things like HTML document traversal and manipulation, animation, event handling, and AJAX very simple with an easy-to-use API that works on a lot of different type of browsers.
    The main purpose of jQuery is to provide an easy way to use JavaScript on your website to make it more interactive and attractive. It is also used to add animation.

  10. #20

    Default

    jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.
    company services

Similar Threads

  1. Top three JQuery plugins for images :
    By Eathelin in forum Web Design Solutions
    Replies: 6
    Last Post: 03-07-2023, 10:54 AM
  2. css/jquery responsive effect
    By marios.frag in forum Web Design Solutions
    Replies: 6
    Last Post: 04-24-2018, 10:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •