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:
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