我应该选择什么?jQuery、mootools、yui、scriptaculous 还是原型?

2022-01-16 00:00:00 frameworks jquery javascript ajax

重复: 哪个Javascript框架(jQuery vsDojo vs ...)?

我对 JavaScript 完全陌生,但我想在我的网站中实现 Ajax 功能.我应该学习哪个JS框架?请推荐或您正在使用哪一个以及为什么使用它?

I am totally new to JavaScript, but I want to implement Ajax features into my website. Which JS framework should I learn? Please recommend or which one you are using and why you use it?

推荐答案

jQuery 目前非常流行,所以你可能会最幸运地找到它最近的教程/插件/等,而不是其中一个其他框架.从新手的角度来看,这可能是一个相当不错的卖点.

jQuery is currently extremely popular, so you're probably going to have the most luck finding recent tutorials/plugins/etc for it, as opposed to one of the other frameworks. That's probably a fairly good selling-point from the perspective of someone new to this.

相关文章