Commit f7593577 by Manzar Hussain

add dropdown menu in header

parent 52c587fa
...@@ -17,8 +17,6 @@ global-style: ...@@ -17,8 +17,6 @@ global-style:
css/product-main.css: {} css/product-main.css: {}
js: js:
theme:
js/jquery.min.js: {}
js/slick.min.js: {} js/slick.min.js: {}
js/custom.js: {} js/custom.js: {}
js/mwheelIntent.js: {} js/mwheelIntent.js: {}
...@@ -28,3 +26,5 @@ global-style: ...@@ -28,3 +26,5 @@ global-style:
js/jquery.mousewheel.js: {} js/jquery.mousewheel.js: {}
js/jquery.jscrollpane.min.js: {} js/jquery.jscrollpane.min.js: {}
js/imagesloaded.pkgd.min.js: {} js/imagesloaded.pkgd.min.js: {}
dependencies:
- core/jquery
(function ($) { (function ($) {
alert('test');
var includes = $("[data-include]"); var includes = $("[data-include]");
jQuery.each(includes, function () { jQuery.each(includes, function () {
var file = /* 'views/' + */ $(this).data("include") + ".html"; var file = /* 'views/' + */ $(this).data("include") + ".html";
......
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
<div class="h_menu_c_b"> <div class="h_menu_c_b">
<ul class="h_nav_main"> <ul class="h_nav_main">
{% else %} {% else %}
<div class="h_menu_c_b"> <div class="header-nav-item-child-list">
<ul class="h_nav_main"> <em><i class="fa fa-angle-down" aria-hidden="true"></i></em>
<ul class="pure-g">
{% endif %} {% endif %}
{% for item in items %} {% for item in items %}
{% {%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment