Question:
Can I develop knowing jquery but not javascript?
?
2014-03-21 17:07:10 UTC
Can I do everything I need to do for a complex website with just jquery but not javascript. For example a dating site.

I am trying to take on bigger projects (backend work) and want to invest the smallest time possible since I do not have much time.

I don't care whats more effective as long as the job gets done.
Five answers:
Chris
2014-03-22 09:38:07 UTC
You can pretty much use just jQuery commands, yes. It is JavaScript though, so by usig jQuery, you are using JavaScript.



For the backend you'll need a server-side scripting language though, the most common one is PHP.
Daniel B
2014-03-21 17:38:31 UTC
Jquery is just a Javascript library that makes working with the HTML DOM easier. You can't use JQuery unless you know Javascript.
2014-03-21 23:45:50 UTC
It is not possible. JQuery is a library of JavaScript and not a web language. You must have knowledge of JavaScript in order to use JQuery properly in your website.
Sidney
2014-03-21 18:03:58 UTC
you can use some jquery without using javascript but eventually when you need bigger things you will need to learn javascript
daSVgrouch
2014-03-21 17:26:44 UTC
They are totally different domains - you probably need both.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...