TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Getting Dangerous with Javascript?

1 pointsby bgnm2000over 14 years ago
So I've been getting dangerous enough with ruby, and rails, to build to my hearts content. But I'm trying to do some crazy javascript stuff. I understand the language to a degree, and implementing JQuery, Prototype, Mootools stuff usually isn't too much of an issue for me. But if I want to become, seriously good (especially with Jquery) where should I start?<p>Thanks!

3 comments

seasoupover 14 years ago
Start by implementing yourself a complex javascript widget. Like, say, a datepicker. That's a reasonable complex widget. Or start smaller with a dialog. Then, start going through it finding ways to optimize, rinse and repeat.
verysimpleover 14 years ago
There was an HN post addressing your question not so long ago:<p><a href="http://news.ycombinator.com/item?id=2016334" rel="nofollow">http://news.ycombinator.com/item?id=2016334</a>
foskover 14 years ago
From the documentation where you can find plenty of docs and tutorials: <a href="http://docs.jquery.com/Main_Page" rel="nofollow">http://docs.jquery.com/Main_Page</a>