Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndres Carbo
19,164 Pointsapi.jquery.com search results not accurate?
Is it just me or are the search results on the jQuery website api documentation inaccurate? I type in "hide" and the first dozen results are ajax related or other methods that I'm not looking for. Even if I search ".hide()" it returns it as the 7th result. Same thing for any other search query. Any help is appreciated, it's not that big of a problem just weird. Probably something I'm doing wrong..
2 Answers
Tony Luo
14,224 PointsYeah, the search at the jquery site isn't that great. You can use the power of Google though. Try "site:http://api.jquery.com/ hide" in the Google search bar.
Scott Chen
8,026 PointsI am encountering the same problem...
Marcus Parsons
15,719 PointsMarcus Parsons
15,719 PointsI agree with you. Whatever code they are using to search through their website isn't the greatest. You would think that an article literally named ".hide()" would be the first result if you type in ".hide()". When I'm using the jQuery API site, I usually use the left hand navigation based on what events I want to happen. It seems to work better than trying to search specifically for something, unfortunately.