We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$.parseJSON()
1 parent 6d0adb2 commit 2775253Copy full SHA for 2775253
tests/visual/tooltip/animations.html
@@ -12,11 +12,12 @@
12
}
13
</style>
14
<script src="../../../external/requirejs/require.js"></script>
15
- <script src="../../../demos/bootstrap.js">
+ <script src="../../../demos/bootstrap.js"
16
+ data-modules="effect effect-explode effect-bounce effect-blind effect-drop">
17
$( "pre" ).each(function( index, elem ) {
18
$( elem )
19
.attr( "title", "animated tooltips" )
- .tooltip( $.parseJSON( $( elem ).text() ) );
20
+ .tooltip( JSON.parse( $( elem ).text() ) );
21
});
22
</script>
23
</head>
0 commit comments