Home>
<script>
$(function () {
$("# acMenu dt"). on ("click", function () {
$(this) .next (). slideToggle ();
$(this) .toggleClass ("active");// additional part
});
});
</script>
The above code does not open on i7.
* JQuery v1.9.1 is used.
Chrome, firefox, etc. work.
Is it a browser or PC environment problem?
-
Answer # 1
Related articles
- javascript - jquery doesn't work on heroku
- javascript - [jquery fullcalendar] dayclick doesn't work
- javascript - jquery setinterval doesn't work
- javascript - jquery doesn't work with loading scrit tag in bootstrap
- javascript - i'm writing a script with jquery, but i can't enclose it in single quotes
- javascript - click an image to move to the next image jquery (mail order site product details screen)
- javascript - i tried to create a calculator app on the web, but it doesn't work
- javascript - this smooth scroll doesn't work
- javascript - incremental search doesn't work
- javascript - perfect-scrollbar doesn't work
- javascript - swiper doesn't work in ruby on rails
- javascript - jquery i want to select a specific element
- javascript - quotation escape process doesn't work
- javascript - html/css copy code doesn't work
- javascript - iterative processing does not work with jquery
- javascript - i want to output jquery html, but i can't use ruby (each statement)
- javascript - debugging the prependto method in jquery
- i want to set an image in the input tag with javascript (jquery)
- javascript - lightbox plus doesn't work
- javascript - it doesn't move when i press the button
Related questions
- javascript : slick.js navigation
- javascript : CSS hover and document.querySelector
- javascript : How to copy its contents when you click on a button?
- javascript : Active menu item with submenu expansion
- javascript : Line break in code
- javascript : Removing the content of an element with a specific id
- javascript : Changing the color of an li in a specific ul
- javascript : endless automatic scroller on js
- javascript : How to implement an additional block for table rows?
- javascript : How do I animate text that is smoothly falling from top to bottom?
Be sure to give it a try