質問編集履歴
2
'mouseenter', '.slide-dots > li' → 'mouseenter', '.slide-dots > li button'
title
CHANGED
File without changes
|
body
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
fade: true,
|
35
35
|
});
|
36
36
|
});
|
37
|
-
$( '.top_mainimage_slide' ).on( 'mouseenter', '.
|
37
|
+
$( '.top_mainimage_slide' ).on( 'mouseenter', '.slide-dots > li button', function() {
|
38
38
|
$( this ).click();
|
39
39
|
} );
|
40
40
|
</script>
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -34,5 +34,9 @@
|
|
34
34
|
fade: true,
|
35
35
|
});
|
36
36
|
});
|
37
|
+
$( '.top_mainimage_slide' ).on( 'mouseenter', '.slick-dots > li', function() {
|
38
|
+
$( this ).click();
|
39
|
+
} );
|
37
40
|
</script>
|
41
|
+
|
38
42
|
```
|