-
Bugs
-
http://wow.gamepressure.com/map.asp?ID=122
- Switch to ingame map
-
quests_search.asp
- form 的提交方法没找到
-
Tooltip
- 原:在itemlist.asp和tooltip.js里
- 同样用的别人的库,还不如改用jquery
- 我靠 已经写好的 干嘛还改 脑残啊 直接用原来的 就可以了 只不过是在 a标签上也加个onmouseover
-
Menu
- http://learncss.lunarvill.com/jquery/superfish/#sample5
-
轮转菜单
- http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
- CSS 什么的都有
-
table
-
鼠标放上去交叉高亮
- http://plugins.jquery.com/project/bstablecrosshair
-
表头部的筛选框
- http://www.picnet.com.au/resources/tablefilter/demo.htm
- 这个太赞了,速度快,而且易用方便
- http://www.picnet.com.au/picnet_table_filter.html
- 只让他在一个page上起作用么
-
设置
- filterDelay (Default 200ms): 就默认的
-
不要Only Show Yes: Only Show No
- 但可以用作type的筛选器
- quicksearch只搜当前页 和全局搜索冲突了 不要
-
hover高亮
- table.data-table tr:hover, table.data-table tr:hover q.rating { background: url('hover.gif') repeat-x scroll 0% 0% transparent; }
- using one image as hover background which is lighter than the main background
-
SearchBox
- 修改选项池,
-
pager 保留原来的
- 但是alphabetically 和 last update的排序得改
-
实验删除
- <script src="jquery.bgiframe.min.js" type="text/javascript">
//删掉这个没事
</script>
- <script src="jquery.color.js" type="text/javascript">
</script>
- <script src="jquery.datepicker.js" type="text/javascript">
</script>
- <script src="jquery.tablesorter.min.js" type="text/javascript">
</script>
- <script src="jquery.tablesorter.pager.js" type="text/javascript">
</script>
-
Subtopic 4
- 先摘js
-
再摘css
- 然后把没用的div删去
-
需要wotez做的
- 整合
- 照图片