admin管理员组文章数量:1323191
I do not know javascript right now but I am planning on learning it. My question is do I need to have a good understanding of javascript in order to use jquery? I already know actionscript and php which are quite similar. Should I study javascript before learning jquery?
I do not know javascript right now but I am planning on learning it. My question is do I need to have a good understanding of javascript in order to use jquery? I already know actionscript and php which are quite similar. Should I study javascript before learning jquery?
Share Improve this question asked Mar 8, 2010 at 1:28 Eric GatesEric Gates 9051 gold badge9 silver badges7 bronze badges 2- 4 Strange question. jQuery is a javascript library. It's a bit like asking if you have to have a good understanding of PHP to use codeigniter. – Erik Commented Mar 8, 2010 at 1:36
- Hmm. Good one. But can I get away with just some basic knowledge of javascript syntax but not really know in-depth? – Eric Gates Commented Mar 8, 2010 at 9:54
3 Answers
Reset to default 3It depends on what you need to to with jQuery..
of course it helps but most basic operations can be done just calling functions of the framework itself with selectors like:
$('#elementId').hide()
So quick answer: yes, you should but until you don't need plex control flow over jquery you can do simple things just with basic syntax.
EDIT: of course without knowing how to attach functions to elements, or how to execute functions when document is loaded you can't do anything, so these basic things are essential before any kind of jQuery usage.
Probably not, although it wouldn't hurt. Chances are, if you learn jQuery, you'll also wind up learning Javascript along the way.
jQuery helps you to use the more advanced aspects of Javascript without a deep knowledge of it. However, it would be helpful for you to get a general overview before you dive in to jQuery.
本文标签: Do I need to know good javascript in order to use jqueryStack Overflow
版权声明:本文标题:Do I need to know good javascript in order to use jquery? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742122508a2421784.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论