Javascript:
1. javascript is a language
2. you need to write you own scripting which may take time
3. hard to consuming services
4. EX: document.getelementBYid('txtID').value
jQuery:
1. Jquery is a framework (Build in library)
2. you need not to write much scripting which already exists in JQuery (user friendly)
3. Easy to consuming services
4. EX: $("#txtID").val
1. javascript is a language
2. you need to write you own scripting which may take time
3. hard to consuming services
4. EX: document.getelementBYid('txtID').value
jQuery:
1. Jquery is a framework (Build in library)
2. you need not to write much scripting which already exists in JQuery (user friendly)
3. Easy to consuming services
4. EX: $("#txtID").val
No comments:
Post a Comment