What was JQuery - Have buddy viewing a website with animations such as dropdown menus, accordion and much more? And my friend have you ever thought how to make or what to make? In some websites, animations are sometimes made menggukan Flash Player, but not a few things are made using JQuery.
Once in the post a few days ago we had learned to know CodeIgniter, now we try to know what it JQuery? In short, can be interpreted as JQuery javascript library. Why is it called so? That is because the contents of the file is a collection of jQuery javascript library that serves to facilitate the processing of an HTML document, such as changing the content, event handling, create animations, setting up the user interface, and so forth.
JQuery remains javascript, but a way of writing that can be developed more easily and flexibly with the plugin. Moreover, man can also create a JQuery plugin itself as needed.
To learn more about what it JQuery, my friend could see directly demo JQuery on the front page of the official website of JQuery.
What are the advantages JQuery? Here are some advantages of using JQuery:
Is Open Source, which means my friend can see and change the source code of JQuery if needed.
Make writing javascript be simpler.
Compatible with a variety of browsers
Recognize and be able to manipulate the css selector
There are many plugins with diverse functions to expand the capabilities of JQuery. And of course, these plugins can be downloaded via the Internet for free. And if my friend needs a plugin that is in accordance with the wishes dankebutuhan buddy, my friend can make it yourself.
Keeping the HTML markup remains tidy
Community of users and developers who are broad, allows us to learn more about the JQuery.
Where can get JQuery? To get the file JQuery, my friend can download it via the official website JQuery and time of this writing my post, stable version of JQuery already at version 1.11.2
After downloading JQuery, and how to use it on the website? To use JQuery or insert on page webite, my friend can insert the following code between the <head> ... </ head>
<head>
<script type = "text / javascript" src = "jquery-1.11.2.js"> </ script>
</ head>
Note: the script above, the location specified on the JQuery src = "jquery-1.11.2.js". The part can be changed according to the file location JQuery laid.
In addition to using the above, there is another way JQuery to insert into the buddy website, using JQuery CDN or Google CDN. CDN (Content Delivery Network) is a network server computer which provides access public content to all users around the world. Then, how do I use it? Buddy enough to change the location of the file to be loaded JQuery. Consider the example script below.
Google CDN
<head>
<script type = "text / javascript" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"> </ script>
</ head>
JQuery CDN
<head>
<script type = "text / javascript" src = "http://code.jquery.com/jquery-1.11.2.min.js"> </ script>
</ head>
By knowing what is JQuery, hopefully we can all be more creative to further enhance the look of the website which is being created. And later on, I will try to share some tricks or ways to use JQuery.
Once in the post a few days ago we had learned to know CodeIgniter, now we try to know what it JQuery? In short, can be interpreted as JQuery javascript library. Why is it called so? That is because the contents of the file is a collection of jQuery javascript library that serves to facilitate the processing of an HTML document, such as changing the content, event handling, create animations, setting up the user interface, and so forth.
JQuery remains javascript, but a way of writing that can be developed more easily and flexibly with the plugin. Moreover, man can also create a JQuery plugin itself as needed.
To learn more about what it JQuery, my friend could see directly demo JQuery on the front page of the official website of JQuery.
What are the advantages JQuery? Here are some advantages of using JQuery:
Is Open Source, which means my friend can see and change the source code of JQuery if needed.
Make writing javascript be simpler.
Compatible with a variety of browsers
Recognize and be able to manipulate the css selector
There are many plugins with diverse functions to expand the capabilities of JQuery. And of course, these plugins can be downloaded via the Internet for free. And if my friend needs a plugin that is in accordance with the wishes dankebutuhan buddy, my friend can make it yourself.
Keeping the HTML markup remains tidy
Community of users and developers who are broad, allows us to learn more about the JQuery.
Where can get JQuery? To get the file JQuery, my friend can download it via the official website JQuery and time of this writing my post, stable version of JQuery already at version 1.11.2
After downloading JQuery, and how to use it on the website? To use JQuery or insert on page webite, my friend can insert the following code between the <head> ... </ head>
<head>
<script type = "text / javascript" src = "jquery-1.11.2.js"> </ script>
</ head>
Note: the script above, the location specified on the JQuery src = "jquery-1.11.2.js". The part can be changed according to the file location JQuery laid.
In addition to using the above, there is another way JQuery to insert into the buddy website, using JQuery CDN or Google CDN. CDN (Content Delivery Network) is a network server computer which provides access public content to all users around the world. Then, how do I use it? Buddy enough to change the location of the file to be loaded JQuery. Consider the example script below.
Google CDN
<head>
<script type = "text / javascript" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"> </ script>
</ head>
JQuery CDN
<head>
<script type = "text / javascript" src = "http://code.jquery.com/jquery-1.11.2.min.js"> </ script>
</ head>
By knowing what is JQuery, hopefully we can all be more creative to further enhance the look of the website which is being created. And later on, I will try to share some tricks or ways to use JQuery.
No comments:
Post a Comment