Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 9968717

Browse files
authored
Update readme.md
1 parent 35ada67 commit 9968717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ javascript libraries and plugins.
157157
$('ul.menu li a').on('click', function() {
158158
$(this).parent('li.parent').find('a.employ').toggleClass('active');
159159
$(this).parent().find('ul.submenu').slideToggle('fast');
160+
$(this).parent().find('ul.submenu ul.submenu').toggle();
160161
});
161162
});
162163
</script>

0 commit comments

Comments
 (0)