-
Notifications
You must be signed in to change notification settings - Fork 480
Doc on document.ready should indicate if multiple declarations will conflict #719
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
Comments
To keep the learning documentation lean I think it's better to only introduce the concepts here and refer people to the API documentation for details. Otherwise we are duplicating too much and when things change or need clarification we have to do it in multiple places. |
I agree with Dave about the duplication of information. I think that adding a link to the API page should be enough. |
Thanks for pointing out that there's a separate API reference. It appeared On 18 July 2016 at 03:16, Aurelio De Rosa notifications@github.com wrote:
|
FWIW, the API page you provided doesn't answer my question, either. I can't On 3 August 2016 at 14:04, David accounts accts@intentionperception.org
|
I'll clarify when it's rewritten in jquery/api.jquery.com#964 |
In page learn.jquery.com/page/using-jquery-core/document-ready.md there is no indication whether a later declaration of document.ready (perhaps in a library) would overwrite or compose an earlier declaration (perhaps in another library). If it would overwrite, it would be helpful to indicate what error might be reported.
The text was updated successfully, but these errors were encountered: