Hacker News new | ask | show | jobs
by francisofascii 1405 days ago
JQuery is terse, which helps with productivity.

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