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