From 04fc0538a3f30e2861ec4ce903ef63240d9a776d Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 13:48:17 +0300
Subject: [PATCH 01/28] Create changelog.markdown
---
changelog.markdown | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 changelog.markdown
diff --git a/changelog.markdown b/changelog.markdown
new file mode 100644
index 0000000..deef93f
--- /dev/null
+++ b/changelog.markdown
@@ -0,0 +1,20 @@
+## Change log
+
+### 2.0.3
+
+- Add MIT License
+
+### 2.0.2
+
+- Add support for $.noConflict mode
+
+### 2.0.0
+
+*Major version change: Camel casing of names have been removed. Please use
+version 1.0.4 if you require camel casing of names.*
+
+- Remove `$.data` like camelCasing on names
+
+### 1.0.4
+
+- Fix an issue (#2) where arrays longer than 2 resulted in incorrect values
From f56736f17d914369fa14a626a90181e760e380d6 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 13:51:25 +0300
Subject: [PATCH 02/28] Rename changelog.markdown to CHANGELOG.markdown
---
changelog.markdown => CHANGELOG.markdown | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename changelog.markdown => CHANGELOG.markdown (100%)
diff --git a/changelog.markdown b/CHANGELOG.markdown
similarity index 100%
rename from changelog.markdown
rename to CHANGELOG.markdown
From a60526dd445dcf511d1982e139b29f59274ecbb6 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 13:52:53 +0300
Subject: [PATCH 03/28] Update README.markdown
---
README.markdown | 25 +------------------------
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/README.markdown b/README.markdown
index 7407517..3e48e2b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,8 +14,6 @@ JSON much easier to work with than DOM or string manipulation.
# How do I use it?
-If you want to see the code and demo first: http://jsfiddle.net/davidhong/PRpJT/
-
Simply include the `jQuery.serializeObject.js` along with any `jQuery` instance
and use it like `$.serialize`.
@@ -46,29 +44,8 @@ will return:
]
}
-## Change log
-
-### 2.0.3
-
-- Add MIT License
-
-### 2.0.2
-
-- Add support for $.noConflict mode
-
-### 2.0.0
-
-*Major version change: Camel casing of names have been removed. Please use
-version 1.0.4 if you require camel casing of names.*
-
-- Remove `$.data` like camelCasing on names
-
-### 1.0.4
-
-- Fix an issue (#2) where arrays longer than 2 resulted in incorrect values
+## [Change log](https://github.com/long76/jQuery.serializeObject/blob/master/CHANGELOG.markdown).
## Known issues
- In rare cases, this won't work with old checkbox/hidden hack. See [this issue for more details](https://github.com/hongymagic/jQuery.serializeObject/issues/9).
-
-[](https://bitdeli.com/free "Bitdeli Badge")
From 4ddf4ce10612d1d063c87a664d5f60a4c4dd9332 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:00:08 +0300
Subject: [PATCH 04/28] Update README.markdown
---
README.markdown | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown
index 3e48e2b..ffdd4e5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,3 @@
-[](https://travis-ci.org/hongymagic/jQuery.serializeObject)
-
# What is it?
`$.serializeObject` is a variant of existing `$.serialize` method which, instead
@@ -44,7 +42,8 @@ will return:
]
}
-## [Change log](https://github.com/long76/jQuery.serializeObject/blob/master/CHANGELOG.markdown).
+## Change log
+[See here](https://github.com/long76/jQuery.serializeObject/blob/master/CHANGELOG.markdown)
## Known issues
From edb4911b5e8eb355fcda942a12110b99c5af1ebd Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:00:59 +0300
Subject: [PATCH 05/28] Delete .gitmodules
---
.gitmodules | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 .gitmodules
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29..0000000
From 22d7944b6d0e5900ac1f886f945090feeee25d47 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:01:12 +0300
Subject: [PATCH 06/28] Delete .bowerrc
---
.bowerrc | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 .bowerrc
diff --git a/.bowerrc b/.bowerrc
deleted file mode 100644
index ffede22..0000000
--- a/.bowerrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "directory": "components"
-}
\ No newline at end of file
From 3e89394e75369d843b6fc3f3480d63b1a949e89e Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:01:31 +0300
Subject: [PATCH 07/28] Delete .gitignore
---
.gitignore | 4 ----
1 file changed, 4 deletions(-)
delete mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index da032f1..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.DS_Store
-
-node_modules/
-components/
From 2e5513a996da6f13fc3c6b0e581bd258988f83e1 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:06:32 +0300
Subject: [PATCH 08/28] Delete .travis.yml
---
.travis.yml | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d30ba63..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-language: node_js
-node_js:
- - 0.11
-before_script:
- - npm install -g grunt-cli bower
From f1a4c353d3b02b4b05414ab1157fc033d5042497 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:06:45 +0300
Subject: [PATCH 09/28] Delete Gruntfile.js
---
Gruntfile.js | 43 -------------------------------------------
1 file changed, 43 deletions(-)
delete mode 100644 Gruntfile.js
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index 2ff9623..0000000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,43 +0,0 @@
-
-module.exports = function (grunt) {
-
-// Project configuration
-
- grunt.initConfig({
- pkg: '',
-
- files: {
- all: ['jquery.serializeObject.js'],
- tests: ['test/**/*.js']
- },
-
- docs: {
- all: ['README.markdown']
- },
-
- uglify: {
- dist: {
- 'dist/jquery.serializeObject.min.js': ''
- }
- },
-
- jshint: {
- options: '',
- all: ''
- },
-
- qunit: {
- all: ['test/*.html']
- }
-
- });
-
- grunt.loadNpmTasks('grunt-contrib-jshint');
- grunt.loadNpmTasks('grunt-contrib-uglify');
- grunt.loadNpmTasks('grunt-contrib-qunit');
-
-// Default grunt task
-
- grunt.registerTask('default', ['jshint', 'uglify', 'qunit']);
-
-};
\ No newline at end of file
From 9545bf240f71f229eb8f7526e84c3d24db39ecb9 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:06:56 +0300
Subject: [PATCH 10/28] Delete bower.json
---
bower.json | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100644 bower.json
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 2612443..0000000
--- a/bower.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "jQuery.serializeObject",
- "version": "2.0.3",
- "main": "jquery.serializeObject.js",
- "ignore": [
- "**/.*",
- "node_modules",
- "components"
- ],
- "dependencies": {
- "jquery": "1.9.1"
- },
- "devDependencies": {
- "qunit": "~1.14.0"
- }
-}
From 0d6b11560c4275775a6e0c8bca60746bc2acbc37 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:07:23 +0300
Subject: [PATCH 11/28] Create src
---
src | 1 +
1 file changed, 1 insertion(+)
create mode 100644 src
diff --git a/src b/src
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src
@@ -0,0 +1 @@
+
From 76d6201f2d21eb03aee79b4ea14910f284293369 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:07:34 +0300
Subject: [PATCH 12/28] Delete src
---
src | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 src
diff --git a/src b/src
deleted file mode 100644
index 8b13789..0000000
--- a/src
+++ /dev/null
@@ -1 +0,0 @@
-
From 900ad4c7946d9569fb2db6401f70e1d89c740246 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:09:04 +0300
Subject: [PATCH 13/28] Delete package.json
---
package.json | 36 ------------------------------------
1 file changed, 36 deletions(-)
delete mode 100644 package.json
diff --git a/package.json b/package.json
deleted file mode 100644
index b07a0b7..0000000
--- a/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "jQuery.serializeObject",
- "version": "2.0.4",
- "description": "A jQuery plugin to turn form data into JSON",
- "main": "jquery.serializeObject.js",
- "types": "jquery.serializeObject.d.ts",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "pretest": "bower install",
- "test": "grunt"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/hongymagic/jQuery.serializeObject.git"
- },
- "keywords": [
- "jquery",
- "serialize",
- "object",
- "json",
- "serializeJSON",
- "serializeObject"
- ],
- "author": "David G. Hong",
- "license": "MIT",
- "gitHead": "7789084425b353624fc95487024459f364d11df6",
- "readmeFilename": "README.markdown",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-uglify": "~0.2.0",
- "grunt-contrib-jshint": "~0.4.3",
- "grunt-contrib-qunit": "~0.2.1"
- }
-}
From 975c786e7566f3bbd278c807d17631383537ebfc Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:09:19 +0300
Subject: [PATCH 14/28] Delete serializeObject.jquery.json
---
serializeObject.jquery.json | 35 -----------------------------------
1 file changed, 35 deletions(-)
delete mode 100644 serializeObject.jquery.json
diff --git a/serializeObject.jquery.json b/serializeObject.jquery.json
deleted file mode 100644
index bbc4022..0000000
--- a/serializeObject.jquery.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "serializeObject",
- "version": "2.0.3",
- "title": "jQuery serializeObject",
- "author": {
- "name": "David G. Hong",
- "email": "davidhong.code@gmail.com",
- "url": "https://github.com/hongymagic"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "MIT-LICENSE.txt"
- }
- ],
- "dependencies": {
- "jquery": ">=1.4"
- },
- "description": "Convert your form data to into JSON (JavaScript Object Notation) format, so you can manipulate them easily. See Github project page for information.",
- "tags": [
- "form",
- "JSON",
- "serializeObject",
- "serialize",
- "serialise"
- ],
- "homepage": "https://github.com/hongymagic/jQuery.serializeObject",
- "bugs": "https://github.com/hongymagic/jQuery.serializeObject/issues",
- "maintainers": [
- {
- "name": "David G. Hong",
- "url": "https://github.com/hongymagic"
- }
- ]
-}
\ No newline at end of file
From 575358b03117191bab5d05f01ace17c102f9a6cf Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:09:38 +0300
Subject: [PATCH 15/28] Delete .jshintrc
---
.jshintrc | 67 -------------------------------------------------------
1 file changed, 67 deletions(-)
delete mode 100644 .jshintrc
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 3258d05..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "bitwise" : true,
- "curly" : true,
- "eqeqeq" : false,
- "forin" : true,
- "immed" : true,
- "latedef" : true,
- "newcap" : true,
- "noarg" : true,
- "noempty" : true,
- "nonew" : true,
- "plusplus" : false,
- "regexp" : true,
- "undef" : true,
- "strict" : false,
- "trailing" : true,
-
- "asi" : false,
- "boss" : false,
- "debug" : false,
- "eqnull" : false,
- "es5" : false,
- "esnext" : false,
- "evil" : false,
- "expr" : false,
- "funcscope" : false,
- "globalstrict" : false,
- "iterator" : false,
- "lastsemic" : false,
- "laxbreak" : false,
- "laxcomma" : false,
- "loopfunc" : false,
- "multistr" : false,
- "onecase" : false,
- "proto" : false,
- "regexdash" : false,
- "scripturl" : false,
- "smarttabs" : false,
- "shadow" : false,
- "sub" : false,
- "supernew" : false,
- "validthis" : false,
-
- "browser" : true,
- "couch" : false,
- "devel" : true,
- "dojo" : false,
- "jquery" : true,
- "mootools" : false,
- "node" : true,
- "nonstandard" : false,
- "prototypejs" : false,
- "rhino" : false,
- "wsh" : false,
-
- "nomen" : false,
- "onevar" : false,
- "passfail" : false,
- "white" : false,
-
- "maxerr" : 100,
- "predef" : [
- "test",
- "deepEqual"
- ],
- "indent" : 4
-}
\ No newline at end of file
From f86cecc97f2be5978ed9b47ed177ee63c1fe1d73 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:13:21 +0300
Subject: [PATCH 16/28] Update README.markdown
---
README.markdown | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/README.markdown b/README.markdown
index ffdd4e5..3b31221 100644
--- a/README.markdown
+++ b/README.markdown
@@ -16,32 +16,32 @@ Simply include the `jQuery.serializeObject.js` along with any `jQuery` instance
and use it like `$.serialize`.
If you have a `form` like the following:
-
-
-
+```HTML
+
+```
and wish to convert them to a JSON object:
-
- var minutes = $('form#minutes').serializeObject();
-
+```JS
+var minutes = $('form#minutes').serializeObject();
+```
will return:
-
- {
- "subject": "",
- "minute-taker": "",
- "attendees": [
- "David",
- "Daniel",
- "Darwin"
- ]
- }
-
+```JSON
+{
+ "subject": "",
+ "minute-taker": "",
+ "attendees": [
+ "David",
+ "Daniel",
+ "Darwin"
+ ]
+}
+```
## Change log
[See here](https://github.com/long76/jQuery.serializeObject/blob/master/CHANGELOG.markdown)
From 3877bc8b89d389a615f10dc4641c6add6ac6d1ab Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:34:32 +0300
Subject: [PATCH 17/28] Rename CHANGELOG.markdown to CHANGELOG.md
---
CHANGELOG.markdown => CHANGELOG.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename CHANGELOG.markdown => CHANGELOG.md (100%)
diff --git a/CHANGELOG.markdown b/CHANGELOG.md
similarity index 100%
rename from CHANGELOG.markdown
rename to CHANGELOG.md
From 5cdc3241faf313dce636cbf64c0532a86b801e2a Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:34:46 +0300
Subject: [PATCH 18/28] Rename README.markdown to README.md
---
README.markdown => README.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename README.markdown => README.md (100%)
diff --git a/README.markdown b/README.md
similarity index 100%
rename from README.markdown
rename to README.md
From a7b2060abe94f7025a8ad4fc7a599e133be8e7f1 Mon Sep 17 00:00:00 2001
From: long76 <1.1.1998@mail.ru>
Date: Thu, 8 Aug 2019 14:43:36 +0300
Subject: [PATCH 19/28] Delete test
---
test/serialization-test.js | 32 -------------------------
test/tests.html | 48 --------------------------------------
2 files changed, 80 deletions(-)
delete mode 100644 test/serialization-test.js
delete mode 100644 test/tests.html
diff --git a/test/serialization-test.js b/test/serialization-test.js
deleted file mode 100644
index 8f43b66..0000000
--- a/test/serialization-test.js
+++ /dev/null
@@ -1,32 +0,0 @@
-
-module('serialization test');
-
-test('simple form test', function () {
- var form = $('form#simple-form');
- var data = form.serializeObject();
- var expected = {
- name: 'John Apple',
- age: '21',
- email: 'john.apple@apple.com',
- password: '',
- 'legal-age': 'yes'
- };
-
- deepEqual(data, expected, 'Key/value pairs should be identical');
-});
-
-test('multi value inputs', function () {
- var form = $('form#multi-value-form');
- var data = form.serializeObject();
- var expected = {
- food: ['Banana', 'Melon'],
- drink: [
- 'Water',
- 'Milk',
- 'Beer',
- 'Cocktail'
- ]
- };
-
- deepEqual(data, expected, 'Multiple values should be an array');
-});
diff --git a/test/tests.html b/test/tests.html
deleted file mode 100644
index efc21ff..0000000
--- a/test/tests.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- $.serializeObject tests
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
From c424c1283a644122b2670b5aff17292fbb8f3566 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:50:36 +0300
Subject: [PATCH 20/28] Create index.html
---
docs/index.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 docs/index.html
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1 @@
+
From 356d1bf1156999c4b4a3b0f218c33806f649bee7 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:52:00 +0300
Subject: [PATCH 21/28] Set theme jekyll-theme-cayman
---
docs/_config.yml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 docs/_config.yml
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000..c419263
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1 @@
+theme: jekyll-theme-cayman
\ No newline at end of file
From f3a916288bac8f496d2df56b37e0acb2bc2929b9 Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:59:31 +0300
Subject: [PATCH 22/28] Delete index.html
---
docs/index.html | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 docs/index.html
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 8b13789..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1 +0,0 @@
-
From 563f72e355ddf0e186d6f1e8e549f324d4f72ffc Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 14:59:39 +0300
Subject: [PATCH 23/28] Delete _config.yml
---
docs/_config.yml | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 docs/_config.yml
diff --git a/docs/_config.yml b/docs/_config.yml
deleted file mode 100644
index c419263..0000000
--- a/docs/_config.yml
+++ /dev/null
@@ -1 +0,0 @@
-theme: jekyll-theme-cayman
\ No newline at end of file
From b3b9ccd623d40177d34ff5cdbb4d832afe99b20a Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 15:00:14 +0300
Subject: [PATCH 24/28] Set theme jekyll-theme-cayman
---
docs/_config.yml | 1 +
docs/index.md | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
create mode 100644 docs/_config.yml
create mode 100644 docs/index.md
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000..c419263
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1 @@
+theme: jekyll-theme-cayman
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..70b7832
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,37 @@
+## Welcome to GitHub Pages
+
+You can use the [editor on GitHub](https://github.com/long76/jQuery.serializeObject/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files.
+
+Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
+
+### Markdown
+
+Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
+
+```markdown
+Syntax highlighted code block
+
+# Header 1
+## Header 2
+### Header 3
+
+- Bulleted
+- List
+
+1. Numbered
+2. List
+
+**Bold** and _Italic_ and `Code` text
+
+[Link](url) and 
+```
+
+For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
+
+### Jekyll Themes
+
+Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/long76/jQuery.serializeObject/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
+
+### Support or Contact
+
+Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
From 34a7a753376554ac8f79ecf1d3ccdd6813e2b98a Mon Sep 17 00:00:00 2001
From: long76
Date: Thu, 8 Aug 2019 15:00:22 +0300
Subject: [PATCH 25/28] Update index.md
From 1d3305017f1452a653df13f7156375bf51c562cc Mon Sep 17 00:00:00 2001
From: long76 <1.1.1998@mail.ru>
Date: Thu, 8 Aug 2019 15:06:06 +0300
Subject: [PATCH 26/28] review
---
docs/index.md | 2 +-
jquery.serializeObject.js => src/jquery.serializeObject.js | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename jquery.serializeObject.js => src/jquery.serializeObject.js (100%)
diff --git a/docs/index.md b/docs/index.md
index 70b7832..3fc704d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-## Welcome to GitHub Pages
+## Demo
You can use the [editor on GitHub](https://github.com/long76/jQuery.serializeObject/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files.
diff --git a/jquery.serializeObject.js b/src/jquery.serializeObject.js
similarity index 100%
rename from jquery.serializeObject.js
rename to src/jquery.serializeObject.js
From 8901ac4dc622430e839a68caab4584be9b15ac51 Mon Sep 17 00:00:00 2001
From: long76 <1.1.1998@mail.ru>
Date: Thu, 8 Aug 2019 15:15:10 +0300
Subject: [PATCH 27/28] add default layout
---
_layouts/default.html | 48 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 _layouts/default.html
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..600d3dd
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,48 @@
+
+
+
+
+ {% if site.google_analytics %}
+
+
+ {% endif %}
+
+
+{% seo %}
+
+
+
+
+
+
+ Skip to the content.
+
+
+
+
+ {{ content }}
+
+
+
+
+
From 296154879f5e114a01c9c211e96d395eccfa2888 Mon Sep 17 00:00:00 2001
From: long76 <1.1.1998@mail.ru>
Date: Thu, 8 Aug 2019 15:21:54 +0300
Subject: [PATCH 28/28] update index.md
---
docs/index.md | 36 +-----------------------------------
1 file changed, 1 insertion(+), 35 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index 3fc704d..3d06aa3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,37 +1,3 @@
## Demo
-You can use the [editor on GitHub](https://github.com/long76/jQuery.serializeObject/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files.
-
-Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
-
-### Markdown
-
-Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
-
-```markdown
-Syntax highlighted code block
-
-# Header 1
-## Header 2
-### Header 3
-
-- Bulleted
-- List
-
-1. Numbered
-2. List
-
-**Bold** and _Italic_ and `Code` text
-
-[Link](url) and 
-```
-
-For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
-
-### Jekyll Themes
-
-Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/long76/jQuery.serializeObject/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
-
-### Support or Contact
-
-Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
+Will be added later
\ No newline at end of file