Hacker News new | ask | show | jobs
by contactmatts 4196 days ago
When I first read this post, I thought the link may be to this website: http://youmightnotneedjquery.com/ .

I developed a Cordova application recently, and I only needed jQuery for Bootstrap. All custom JS was able to be done using the DOM API. However, I was spoiled since I only had to develop against a recent webkit version (my target was iOS 7)

1 comments

I had the same feeling when started working with angular, were you don't need jQuery or anything else to manipulate the DOM. It is spoiled, I agree, but it feels good to be "free" :p