Hacker News new | past | comments | ask | show | jobs | submit login

What are you doing with jQuery that you can't easily do in vanilla JS? I understand the argument before we had querySelector, but not now.



JQuery is terse, which helps with productivity.

document.getElementById('id').style.display = 'none' vs $('#id').hide();




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: