回答編集履歴
1
追記
test
CHANGED
@@ -2,3 +2,11 @@
|
|
2
2
|
|
3
3
|
> Replace meanMenuOpen:"</span></span></span>" with meanMenuOpen:"<span></span><span></span><span></span>"
|
4
4
|
> [Bars icon not being rendered with jQuery 3.6.0 and jQuery migrate 3.3.2 · Issue #89 · meanthemes/meanMenu](https://github.com/meanthemes/meanMenu/issues/89)
|
5
|
+
|
6
|
+
---
|
7
|
+
|
8
|
+
このあたりのアップデートが原因ですかね……?
|
9
|
+
|
10
|
+
> The HTML parser in jQuery <=3.4.1 usually did the right thing, but there were edge cases where parsing would have unintended consequences. The jQuery team agreed it was necessary to fix this in a minor release, even though some code relies on the previous behavior and may break. The jQuery.htmlPrefilter function does not use a regex in 3.5.0 and passes the string through unchanged.
|
11
|
+
> [jQuery 3.5.0 Released! | Official jQuery Blog](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/)
|
12
|
+
|