()
| 34 | |
| 35 | //初始化页面第一次加载 |
| 36 | function initSelect() { |
| 37 | var hash = window.location.hash; |
| 38 | if (hash.indexOf("#") === -1) { |
| 39 | var id = $('#sidebar li').first().children('a')[0].hash; |
| 40 | |
| 41 | window.location.hash = (id) ? id : window.location.hash; |
| 42 | } |
| 43 | scroll(); |
| 44 | } |
| 45 | |
| 46 | |
| 47 | //初始化示例面板 |