質問編集履歴

2

'mouseenter', '.slide-dots > li' → 'mouseenter', '.slide-dots > li button'

2018/03/27 05:37

投稿

yukabyo
yukabyo

スコア135

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  });
72
72
 
73
- $( '.top_mainimage_slide' ).on( 'mouseenter', '.slick-dots > li', function() {
73
+ $( '.top_mainimage_slide' ).on( 'mouseenter', '.slide-dots > li button', function() {
74
74
 
75
75
  $( this ).click();
76
76
 

1

追記

2018/03/27 05:37

投稿

yukabyo
yukabyo

スコア135

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,14 @@
70
70
 
71
71
  });
72
72
 
73
+ $( '.top_mainimage_slide' ).on( 'mouseenter', '.slick-dots > li', function() {
74
+
75
+ $( this ).click();
76
+
77
+ } );
78
+
73
79
  </script>
74
80
 
81
+
82
+
75
83
  ```