JavaScript & JQuery..

Tuesday 30 October 2012


Assalamualaikum my friends..

              JavaScript and JQuery.. There are some people confuse what is the meaning of that word, including me.. What it’s about and differences between them.?  Generally, JavaScript known as programming language and JQuery is a framework for helping you to use that language.. Here I’m provide a further explanation about it..

JavaScript
JQuery
A Programming Language with object oriented capabilities..
A Framework for JavaScript..
It is not a Java, originally called LiveScript..
It is provide alternative for common programming task and creating functionality..

JQuery syntax:
   $(document).ready(function(){
          // JQuery methods write here..
          alert(“JQuery awesome”);
   });
   

0 comments:

Post a Comment