You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- <div id="goTop">
- <a href="JavaScript:void(0);" id="btntop">
- <i class="fa fa-angle-up"></i>
- </a>
- <a href="JavaScript:void(0);" id="btnbottom">
- <i class="fa fa-angle-down"></i>
- </a>
- </div>
-
- <script type="text/javascript">
- $(document).ready(function(){
- $('#think_page_trace_open').css('z-index', 99999);
- });
- </script>
- </body>
- </html>
|