Just add the following code to your index page and you are ready to use all the functionalities of Bootstrap, FontAwesome and jQuery
<!DOCTYPE html>
<html>
<head>
<title> </title>
<!-- Favicon Start -->
<link...
According to w3school jQuery contains powerful methods for changing and manipulating HTML elements and attributes.
The more explanation is given by w3school under
Get Content - text(), html(), and val()
Three simple, but useful, jQuery methods for DOM manipulation are:
jQuery...
7 commonly used jQuery Effects
The most widely used 7 jQuery effect are following!
jQuery hide() and show()
Fading
Sliding
Animation
Stop Animations
Callback Functions
Chaining
Note: Above are the basic Effects, but one other effect which play a very important...
What is jQeury?
According to W3School “jQuery
is a lightweight, "write less, do more", JavaScript library”
What is the purpose of jQuery?
Jquery is used to make it much easy to use JavaScripts, in
website. Normaly it is very hard to use JavaScript, and jQuery make...