1
0
mirror of synced 2025-03-10 22:56:12 +03:00

fix more links

This commit is contained in:
alexweissman 2017-09-06 10:49:19 -04:00
parent 7ca42508a8
commit 08f6165dc6
2 changed files with 3 additions and 3 deletions

View File

@ -315,7 +315,7 @@ In previous versions of Select2, the default messages provided to users could be
### Declaring options using `data-*` attributes ### Declaring options using `data-*` attributes
In the past, Select2 has only supported declaring a subset of options using `data-*` attributes. Select2 now supports declaring all options using the attributes, using [the format specified in the documentation](/configuration/initializing/data-attributes). In the past, Select2 has only supported declaring a subset of options using `data-*` attributes. Select2 now supports declaring all options using the attributes, using [the format specified in the documentation](/configuration/data-attributes).
You could previously declare the URL that was used for AJAX requests using the `data-ajax-url` attribute. While Select2 still allows for this, the new attribute that should be used is the `data-ajax--url` attribute. Support for the old attribute will be removed in Select2 4.1. You could previously declare the URL that was used for AJAX requests using the `data-ajax-url` attribute. While Select2 still allows for this, the new attribute that should be used is the `data-ajax--url` attribute. Support for the old attribute will be removed in Select2 4.1.

View File

@ -8,5 +8,5 @@ streams:
- user/themes/learn2 - user/themes/learn2
github: github:
position: top # top | bottom | off position: top # top | bottom | off
tree: https://github.com/userfrosting/learn/blob/develop/ tree: https://github.com/select2/docs/blob/develop/
commits: https://github.com/userfrosting/learn/commits/develop/ commits: https://github.com/select2/docs/commits/develop/