mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Adding test for scrollspy with target
This commit is contained in:
@@ -17,6 +17,7 @@ $('#myModal').modal('toggle');
|
||||
$('.dropdown-toggle').dropdown();
|
||||
|
||||
$('#navbar').scrollspy();
|
||||
$('body').scrollspy({ target: '#navbar-example' });
|
||||
|
||||
$('#element').tooltip('show');
|
||||
|
||||
@@ -42,4 +43,4 @@ $('.typeahead').typeahead({
|
||||
highlighter: item => ""
|
||||
});
|
||||
|
||||
$('#navbar').affix();
|
||||
$('#navbar').affix();
|
||||
|
||||
Reference in New Issue
Block a user