shall I move from prototype to jquery?

后端 未结 8 2458
余生分开走
余生分开走 2021-02-15 10:40

Lastly I\'ve been feeling like jQuery is slowly becoming the defacto standard in JS libraries (I might be wrong!), or at least that is more active than the rest of the framework

8条回答
  •  野性不改
    2021-02-15 11:19

    As far as i know, Prototype and jQuery mostly overlap, except that jQuery focuses mainly on DOM manipulation, ajax, events, etc, and doesn't really have some of the capabilities that Prototype has, like classes, inheritance, etc. However, if you don't need these things, and only want a framework for cross browser DOM manip, ajax, events, etc, then I think jQuery is the way to go.

提交回复
热议问题