diff options
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/categories.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/combobox.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/custom-data.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/default.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/folding.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/maxheight.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/multiple-remote.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/multiple.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/remote-jsonp.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/remote-with-cache.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/remote.html | 1 | ||||
-rw-r--r-- | demos/autocomplete/xml.html | 1 |
12 files changed, 12 insertions, 0 deletions
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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Categories</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Combobox</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Custom data and display</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Default functionality</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Accent folding</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Scrollable results</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Multiple, remote</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Multiple values</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Remote JSONP datasource</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Remote with caching</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - Remote datasource</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> 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 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Autocomplete - XML data parsed once</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> |