Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be great to add comments in the jQuery DOC (Like the one for php.net) #32

Closed
molokoloco opened this issue Apr 9, 2013 · 3 comments

Comments

@molokoloco
Copy link

Please ! Why can't we add comment on the jQuery documentation site ?
Thanks for the community.

@molokoloco
Copy link
Author

For example i want to add this...

$.ajax({
    url:myUrl,
    context:$this,
    success:function(data) {
        $.proxy(publicMethods.update, this)(data);
    }
});
@scottgonzalez
Copy link
Member

Because comments don't add much value. If you have a question, use the forums. If you have a suggestion for improving the docs, file an issue (and even a pull request) against the appropriate repo. Core docs: http://github.com/jquery/api.jquery.com, UI docs: http://github.com/jquery/api.jqueryui.com, Mobile docs: http://github.com/jquery/api.jquerymobile.com

@molokoloco
Copy link
Author

:(
PHP.net comments saved my life hundreds of time
I was looking for topics on "jQuery Proxy" and i have to open ten tabs in my browser, from stackoverflow to some guy's blog... (jQuery forum is not like a ressource center)

jQuery API doc is the central place for the community to add understanding of the jQuery code, chunk by chunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants