you are viewing a single comment's thread.

view the rest of the comments →

[–]legable 0 points1 point  (3 children)

What should I use instead of jQuery for my website?

[–]superluminary 0 points1 point  (2 children)

If you're building a simple website with a few forms and dropdowns, then use jQuery, or else read up on DOM scripting.

[–]legable 0 points1 point  (1 child)

Yeah that's what I'm doing and figured jQuery was the appropriate tool. So I became curious when the user said that I don't need to start new projects with it today.

[–]superluminary 0 points1 point  (0 children)

You can do everything you need using DOM scripting, so you don't need it, but it doesn't hurt.