From 6625db6e7a51b20b95b32333bcd9286b7944d5fc Mon Sep 17 00:00:00 2001 From: Codehim <38775552+CodeHimBlog@users.noreply.github.com> Date: Fri, 8 Feb 2019 22:45:31 -0800 Subject: [PATCH 1/3] Create jside-menu.html --- jside-menu.html | 252 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 jside-menu.html diff --git a/jside-menu.html b/jside-menu.html new file mode 100644 index 0000000..dfd64ba --- /dev/null +++ b/jside-menu.html @@ -0,0 +1,252 @@ + + + + + + jQuery Responsive jSide Menu with Dropdowns - Plugin by Asif Mughal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+

jQuery Responsive jSide Menu with Dropdowns

+

+ jSide Menu is a well designed, simple and clean side navigation menu with dropdowns. +
+
+ Written in: HTML, CSS, JS
+ Frameworks: jQuery 3.3.1 & Material-Design-Iconic-Font 2.0 +

+
+ Fork on GiHub +Download + +
+
+ + +
+
+ +

Main Features

+ + + + + + +

Save Time to Quickly Customize

+

+You can highly customize this navigation system without investing time in modifications of code. +

+ +

1. jSide Menu Skin

+ +

Choose the theme for the menu:

+ +
+
+

Plain Color

+ + + + + + + + + + +
+ + +
+

Gradient Color

+ + + + + + + + + + +
+
+ + +

2. Menubar Position

+

Choose the menubar position:

+
    +
  1. Fixed on Top
  2. +
  3. Static
  4. + +
+ +

3. Menu Container Position

+

Choose the suitable position for menu container.

+ + +

Generated Script

+

+Copy and paste it into document ready function. +

+
+$(".menu-container").jSideMenu({
+   jSidePosition: "position-left",
+   jSideSticky: true,  
+   jSideSkin: "default-skin", 
+  });
+ 
+ + +

Browsers Compatability

+

Best view on Google Chrome, Firefox, Opera and UC Desktop Browser

+ + + +
+ +
+ + + + + + + + + + + + + + From 09b638cdd1f0e3cb2e66187253ef2d7a52775703 Mon Sep 17 00:00:00 2001 From: Codehim <38775552+CodeHimBlog@users.noreply.github.com> Date: Fri, 8 Feb 2019 22:50:07 -0800 Subject: [PATCH 2/3] Update index.html --- index.html | 270 ++--------------------------------------------------- 1 file changed, 6 insertions(+), 264 deletions(-) diff --git a/index.html b/index.html index 946f0f3..f36f88e 100644 --- a/index.html +++ b/index.html @@ -3,273 +3,15 @@ - jQuery Responsive jSide Menu with Dropdowns - Plugin by Asif Mughal - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - -
- - - - - - - -
-

jQuery Responsive jSide Menu with Dropdowns

-

- jSide Menu is a well designed, simple and clean side navigation menu with dropdowns. -
-
- Written in: HTML, CSS, JS
- Frameworks: jQuery 3.3.1 & Material-Design-Iconic-Font 2.0 -

-
- Fork on GiHub -Download -
- - - - -
-
-
- - -
-
- -

Main Features

- - - - - - -

Save Time to Quickly Customize

-

-You can highly customize this navigation system without investing time in modifications of code. -

- -

1. jSide Menu Skin

- -

Choose the theme for the menu:

- -
-
-

Plain Color

- - - - - - - - - - -
- -
- - - -
-
-

Gradient Color

- - - - - - - - - - -
-
- - -

2. Menubar Position

-

Choose the menubar position:

-
    -
  1. Fixed on Top
  2. -
  3. Static
  4. - -
- -

3. Menu Container Position

-

Choose the suitable position for menu container.

- - -

Generated Script

-

-Copy and paste it into document ready function. -

-
-$(".menu-container").jSideMenu({
-   jSidePosition: "position-left",
-   jSideSticky: true,  
-   jSideSkin: "default-skin", 
-  });
- 
- - -

Browsers Compatability

-

Best view on Google Chrome, Firefox, Opera and UC Desktop Browser

- - -

- - -
- -
- - - - - - - - - - - +

Page Moved

+

This page has been moved to moved to https://www.codehim.com/demo/jquery-jside-menu/

From 48feb0ef3765326ffb6eeb7be8bad100ff9a02aa Mon Sep 17 00:00:00 2001 From: Codehim <38775552+CodeHimBlog@users.noreply.github.com> Date: Fri, 8 Feb 2019 22:51:20 -0800 Subject: [PATCH 3/3] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..79a4fb2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +index.html export-ignore