Documentation index
- ReadMe
- Things To Know
-
- New Style Rotation
Из интересного:
<script src="/scj/includes/js/jquery.js" type="text/javascript"></script> <script src="/scj/includes/js/jquery.lazyload.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ $("img").lazyload({ threshold : 200 }); }); </script>