mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
$(function() {
|
|
|
|
$('.component-demos .icon-all').on('click', function() {
|
|
$('.code-box').find('.highlight').slideToggle(150);
|
|
});
|
|
|
|
});
|