JQuery,JavaScript,Angular JS
-
Hi, I am gonna start a new web application which gives more importance to client side rather than server side. So we have so many technologies to achieve the client side scripting. eg :- JQuery,JavaScript,Angular JS. Among these which one should i use for my project? Thanks In Advance Sibeesh
I suggest at least using the jQuery library but of course you'll want to design out your app first and make sure just the jQuery library can handle it properly. For example, if you'll have grids then you'll likely want a separate library like jqGrid or something. The point is your requirements and your current experience combined with your ability to learn new libraries should drive what you end up using.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
- Forget Javascript. 1) Go with jQuery which is better than Javascript. 2) If you don't believe, do Google search for "Javascript vs jQuery" 3) AngularJs is a javascript library like jQuery but it's also framework. Some people use Angular to create SPA. Here a CP article. 10 Reasons Web Developers Should Learn Angular[^] and one more post. 10 Reasons Why You Should Use AngularJS[^] If you want to perform just client side operations, go with jQuery which is more than enough. And it'd be better to learn jQuery before start learning other javascript libraries like AngularJs, KnockOutJs, etc.,
thatraja
-
- Forget Javascript. 1) Go with jQuery which is better than Javascript. 2) If you don't believe, do Google search for "Javascript vs jQuery" 3) AngularJs is a javascript library like jQuery but it's also framework. Some people use Angular to create SPA. Here a CP article. 10 Reasons Web Developers Should Learn Angular[^] and one more post. 10 Reasons Why You Should Use AngularJS[^] If you want to perform just client side operations, go with jQuery which is more than enough. And it'd be better to learn jQuery before start learning other javascript libraries like AngularJs, KnockOutJs, etc.,
thatraja
-
I suggest at least using the jQuery library but of course you'll want to design out your app first and make sure just the jQuery library can handle it properly. For example, if you'll have grids then you'll likely want a separate library like jqGrid or something. The point is your requirements and your current experience combined with your ability to learn new libraries should drive what you end up using.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Hi, I am gonna start a new web application which gives more importance to client side rather than server side. So we have so many technologies to achieve the client side scripting. eg :- JQuery,JavaScript,Angular JS. Among these which one should i use for my project? Thanks In Advance Sibeesh
-
Hi, I am gonna start a new web application which gives more importance to client side rather than server side. So we have so many technologies to achieve the client side scripting. eg :- JQuery,JavaScript,Angular JS. Among these which one should i use for my project? Thanks In Advance Sibeesh
I have been using AngularJS for about a month and have put it into a project and i really like it. AngularJS is written using javascript so javascript is something you SHOULD know. The nice thing about AngularJS is that you can incorporate javascript and jQuery (as long as you have a reference to it). When in doubt i use javascript over Jquery. Sure Jquery is easier to use but native javascript is much faster.
-
I have been using AngularJS for about a month and have put it into a project and i really like it. AngularJS is written using javascript so javascript is something you SHOULD know. The nice thing about AngularJS is that you can incorporate javascript and jQuery (as long as you have a reference to it). When in doubt i use javascript over Jquery. Sure Jquery is easier to use but native javascript is much faster.
-
thatraja wrote:
Go with jQuery which is better than Javascript.
jQuery IS javascript. :-D But yes, it is an easier way to use JavaScript.
There are only 10 types of people in the world, those who understand binary and those who don't.
yes
-
I know JQuery, but i dont have much experience in Angular JS. And i can learn new technologies in a faster way. i love to learn those :) . Thanks a lot for your reply.
then you should visit https://angularjs.org/[^]
-
yes
-
- Forget Javascript. 1) Go with jQuery which is better than Javascript. 2) If you don't believe, do Google search for "Javascript vs jQuery" 3) AngularJs is a javascript library like jQuery but it's also framework. Some people use Angular to create SPA. Here a CP article. 10 Reasons Web Developers Should Learn Angular[^] and one more post. 10 Reasons Why You Should Use AngularJS[^] If you want to perform just client side operations, go with jQuery which is more than enough. And it'd be better to learn jQuery before start learning other javascript libraries like AngularJs, KnockOutJs, etc.,
thatraja
-
:confused: Advice like this will get me very confusing. First, JavaScript is a language. Second jQuery and AngularJS are libraries developed using JavaScript.
Agree with you. I just suggested OP to go with jQuery instead of javascript. Still there're many people fighting with old javascript code. Hereafter I'll add more details to avoid things like this. Thank you.
thatraja