1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

docs: link to the Asynchronous functions section (#31738)

This commit is contained in:
XhmikosR
2020-09-24 22:20:01 +03:00
committed by GitHub
parent adc70c7130
commit 979c66b674

View File

@@ -2,4 +2,4 @@
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/).
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).