Learning Javascript vs. jQuery

后端 未结 12 2391
傲寒
傲寒 2021-02-14 08:10

I got the Wrox.Beginning.JavaScript.3rd.Edition and wanted to start learning it from scratch, then my boss came along and said that why bother, learn jQuery. Can I understand jQ

12条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-14 08:52

    jQuery removes the need for many bad Javascript habits. However, you will frequently need to know more than just jQuery to get non-trivial work done.

    You'll need to learn both, but try to pick up habits based on jQuery.

提交回复
热议问题