Skip to main content

What is jQuery

 jQuery is a lightweight, "write less, do more", JavaScript library.

The purpose of jQuery is to make it much easier to use JavaScript on your website.

jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code. 

jQuery also simplifies a lot the complicated things from JavaScript, like AJAX calls and DOM manipulation.

The jQuery library contains the following features:

  • HTML/DOM manipulation 
  • CSS manipulation 
  • HTML event methods 
  • Effects and animations 
  • AJAX
  • Utilities
Tip: In addition, jQuery has plugins for almost any task out there.

Comments

Popular posts from this blog

Definition of Segmentation

 Segmentation means to divide the marketplace into parts, or segments, which are definable, accessible, actionable, and profitable and have a growth potential. In other words, a company would find it impossible to target the entire market, because of time, cost and effort restriction. it needs to have a 'definable' segment -a mass people who can be identified and targeted with reasonable effort, cost and time. Once such a mass is identified, it has to be checked that this mass can actually be targeted with the resources at hand or the segment should be accessible to the company. 

What is a programming language?

 When beginning your coding journey, you may find yourself asking, "What exactly is a programming language?"   The code is pretty much like writing a paragraph of instruction or creating a to-do list to computers. Unlike us humans, the to-do list and instructions you write for the computer has to be extremely detailed and written in some logic. With code and programming, you can get to draw complex shapes and create rich computer graphics,