diff options
-rw-r--r-- | demos.html | 3 | ||||
-rw-r--r-- | documentation.html | 3 | ||||
-rw-r--r-- | index.html | 3 |
3 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <title>jquery.multi-select.js</title> + <title>jquery.multi-select.js - Demos</title> + <meta name="description" content="Demos page for jquery.multi-select.js jquery plugin. Callbacks, multiples select on a single page, outside calls examples."> <link href="css/multi-select.css" rel="stylesheet" type="text/css"> <link href="css/application.css" rel="stylesheet" type="text/css"> <script type="text/javascript"> diff --git a/documentation.html b/documentation.html index 231ebc2..81646c8 100644 --- a/documentation.html +++ b/documentation.html @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <title>jquery.multi-select.js</title> + <title>jquery.multi-select.js - Documentation</title> + <meta name="description" content="Documentation page for jquery.multi-select.js jquery plugin"> <link href="css/multi-select.css" rel="stylesheet" type="text/css"> <link href="css/application.css" rel="stylesheet" type="text/css"> <script type="text/javascript"> @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <title>jquery.multi-select.js</title> + <title>jquery.multi-select.js - user-friendlier select multiple replacement</title> + <meta name="description" content="A tiny jQuery plugin which make your select with multiple attribute not suck !"> <link href="css/multi-select.css" rel="stylesheet" type="text/css"> <link href="css/application.css" rel="stylesheet" type="text/css"> <script type="text/javascript"> |