Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. JQuery,JavaScript,Angular JS

JQuery,JavaScript,Angular JS

Scheduled Pinned Locked Moved JavaScript
javascriptsysadminquestion
17 Posts 8 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T thatraja
    1. 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

    Code converters | Education Needed | Improve EverythingNew

    Z Offline
    Z Offline
    ZurdoDev
    wrote on last edited by
    #6

    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.

    S 1 Reply Last reply
    0
    • T thatraja
      1. 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

      Code converters | Education Needed | Improve EverythingNew

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #7

      Thank you :) Those links are useful

      1 Reply Last reply
      0
      • Z ZurdoDev

        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.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #8

        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.

        S 1 Reply Last reply
        0
        • L Lost User

          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

          K Offline
          K Offline
          KaushalJB
          wrote on last edited by
          #9

          So you master all this client side scripting :omg:

          L S 2 Replies Last reply
          0
          • K KaushalJB

            So you master all this client side scripting :omg:

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #10

            Not exactly

            1 Reply Last reply
            0
            • L Lost User

              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

              U Offline
              U Offline
              User 11079972
              wrote on last edited by
              #11

              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.

              L 1 Reply Last reply
              0
              • U User 11079972

                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.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #12

                Yeah you are right . Native javascript is much faster than jquery. Thank you

                Please up vote if it helped you :) Thanks And Regards Sibeesh

                1 Reply Last reply
                0
                • Z ZurdoDev

                  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.

                  S Offline
                  S Offline
                  Sunasara Imdadhusen
                  wrote on last edited by
                  #13

                  yes

                  1 Reply Last reply
                  0
                  • L Lost User

                    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.

                    S Offline
                    S Offline
                    Sunasara Imdadhusen
                    wrote on last edited by
                    #14

                    then you should visit https://angularjs.org/[^]

                    1 Reply Last reply
                    0
                    • K KaushalJB

                      So you master all this client side scripting :omg:

                      S Offline
                      S Offline
                      Sunasara Imdadhusen
                      wrote on last edited by
                      #15

                      yes

                      1 Reply Last reply
                      0
                      • T thatraja
                        1. 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

                        Code converters | Education Needed | Improve EverythingNew

                        L Offline
                        L Offline
                        Leng Vang
                        wrote on last edited by
                        #16

                        :confused: Advice like this will get me very confusing. First, JavaScript is a language. Second jQuery and AngularJS are libraries developed using JavaScript.

                        T 1 Reply Last reply
                        0
                        • L Leng Vang

                          :confused: Advice like this will get me very confusing. First, JavaScript is a language. Second jQuery and AngularJS are libraries developed using JavaScript.

                          T Offline
                          T Offline
                          thatraja
                          wrote on last edited by
                          #17

                          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

                          Code converters | Education Needed | Improve EverythingNew

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups