JQuery really help to build powerful and interactive UI development
I really love jQuery features. It’s help me to develop more interactive and powerful UI designs. JQuery is a JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
You can download JQuery library files from http://jquery.com/. JQuery is open source library you don’t have to do anything special to choose one license or the other and you don’t have to notify anyone which license you are using. You are free to use a jQuery project in commercial projects.
How to use Jquery?
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function(){
// Your code here
});
</script>
</head>
<body>
</body>
</html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function(){
// Your code here
});
</script>
</head>
<body>
</body>
</html>
JQuery Features
Events
CSS Manipulation
Animations
Ajax
Plugins
Interactions
Widgets
Utilities
Effects
DOM implementations
Cross-browser support
Compatibility with languages
No comments:
Post a Comment