|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="_scripts/jQuery-3.3.1.js" type="text/javascript"></script> <script language="javascript"> $(document).ready(function () { alert('test'); }); </script>
|
|
|
|
|
|
|
|
<head> <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.6.1.min.js"></script> </head>Google:
<head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> </head>
|
$(selector).animate({params}, [duration], [easing], [callback]), gdzie:
|