Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2022-03-19 20:52:26 +0300
committerGitHub <noreply@github.com>2022-03-19 20:52:26 +0300
commitbc3d72ccee6c744b60d35341d12306d9336622d0 (patch)
tree14ab2244877f2acf53217e1924eab5b04a06d993 /static/js/front.js
parentedc377a049a4550eea491b4f6a5122793a381110 (diff)
Menu as mouse over. (#348)1.3.1
Diffstat (limited to 'static/js/front.js')
-rw-r--r--static/js/front.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/js/front.js b/static/js/front.js
index c9f073a..b520584 100644
--- a/static/js/front.js
+++ b/static/js/front.js
@@ -14,6 +14,7 @@ $(function () {
fullScreenContainer()
productDetailGallery(4000)
menuSliding()
+ menuMouseOver()
productDetailSizes()
utils()
animations()
@@ -153,6 +154,12 @@ function menuSliding () {
})
}
+function menuMouseOver () {
+ $('.mouseover .dropdown').hover(function () {
+ $('.dropdown-toggle', this).trigger('click')
+ })
+}
+
/* animations */
function animations () {
var delayTime = 0