From 5cbb419f2432979a2075346ec94ea7da97b09fb2 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 30 Sep 2015 15:11:22 +0200 Subject: Demos: Add device-width viewport meta to all demos Ref 343c2651729af2fdf020dd538fce0855785f5a0d --- demos/autocomplete/categories.html | 1 + demos/autocomplete/combobox.html | 1 + demos/autocomplete/custom-data.html | 1 + demos/autocomplete/default.html | 1 + demos/autocomplete/folding.html | 1 + demos/autocomplete/maxheight.html | 1 + demos/autocomplete/multiple-remote.html | 1 + demos/autocomplete/multiple.html | 1 + demos/autocomplete/remote-jsonp.html | 1 + demos/autocomplete/remote-with-cache.html | 1 + demos/autocomplete/remote.html | 1 + demos/autocomplete/xml.html | 1 + 12 files changed, 12 insertions(+) (limited to 'demos/autocomplete') diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html index d2a107b53..1046988a9 100644 --- a/demos/autocomplete/categories.html +++ b/demos/autocomplete/categories.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Categories diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 409e64d7c..403c48550 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Combobox diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index 06a777440..149d7cbc5 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Custom data and display diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html index 49e575898..21fd8a268 100644 --- a/demos/autocomplete/default.html +++ b/demos/autocomplete/default.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Default functionality diff --git a/demos/autocomplete/folding.html b/demos/autocomplete/folding.html index 98bc6bbb7..b5833e429 100644 --- a/demos/autocomplete/folding.html +++ b/demos/autocomplete/folding.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Accent folding diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index 8f65169c1..9ebda7938 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Scrollable results diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html index f263cf75c..e1babda4a 100644 --- a/demos/autocomplete/multiple-remote.html +++ b/demos/autocomplete/multiple-remote.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Multiple, remote diff --git a/demos/autocomplete/multiple.html b/demos/autocomplete/multiple.html index 5ee4edb0a..829af15ce 100644 --- a/demos/autocomplete/multiple.html +++ b/demos/autocomplete/multiple.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Multiple values diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 3c2f4921f..d43dbbb75 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Remote JSONP datasource diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index 4ab2fdefb..c4dc42b65 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Remote with caching diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html index 1993f8e6d..66c28e365 100644 --- a/demos/autocomplete/remote.html +++ b/demos/autocomplete/remote.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - Remote datasource diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html index 5bdf4d3cc..952357531 100644 --- a/demos/autocomplete/xml.html +++ b/demos/autocomplete/xml.html @@ -2,6 +2,7 @@ + jQuery UI Autocomplete - XML data parsed once -- cgit v1.2.3