|
|
@@ -219,30 +219,6 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
<script src="assets/javascripts/theme.js"></script>
|
|
|
|
|
|
<script>
|
|
|
- // $(function() {
|
|
|
- // var timeoutIn, timeoutOut;
|
|
|
- // $('.panel').each(function() {
|
|
|
- // $(this).hover(
|
|
|
- // function(e) {
|
|
|
- // $this = $(this);
|
|
|
- // e.preventDefault();
|
|
|
- // clearTimeout(timeoutOut);
|
|
|
- // timeoutIn = setTimeout(function(){
|
|
|
- // $this.find('.panel-body-info').slideDown(200);
|
|
|
- // }, 200);
|
|
|
- // },
|
|
|
- // function(e) {
|
|
|
- // $this = $(this);
|
|
|
- // e.preventDefault();
|
|
|
- // clearTimeout(timeoutIn);
|
|
|
- // timeoutOut = setTimeout(function(){
|
|
|
- // $this.find('.panel-body-info').slideUp(200);
|
|
|
- // }, 200);
|
|
|
- // }
|
|
|
- // );
|
|
|
- // });
|
|
|
- // });
|
|
|
-
|
|
|
$('.panel').hoverIntent({
|
|
|
sensitivity: 50, //滑鼠滑動的敏感度,最少要設定為1
|
|
|
interval: 200, //滑鼠滑過後要延遲的秒數
|