diff --git a/docs/options.html b/docs/options.html index 1cda85e7..215bc3ca 100644 --- a/docs/options.html +++ b/docs/options.html @@ -76,7 +76,10 @@ $("select").select2({

You can also define nested configurations, which are typically needed for options such as AJAX. Each level of nesting should be separated by two - dashes (--) instead of one. + dashes (--) instead of one. Due to + a jQuery bug, + nested options using data-* attributes + do not work in jQuery 1.x.