便便代码人生

关注技术, 偶尔动动手

[原] 建了一个google code项目:jquery myhint plugin

Posted by bianbian on 2011-01-16 12:24


本文Tags: , ,

在这里:http://code.google.com/p/jquery-myhint-plugin/

easy to use myhint plugin:

  1. <script src="jquery.myhint.min.js" type="text/javascript"></script>
  2. <link href="jquery.myhint.css" type="text/css" rel="Stylesheet" />
  3. ...
  4. <tag class="_hint" hint="text">...</tag>
  5. <tag class="_hint" hint="(left,top)text">...</tag>
  6. <tag class="_hint" hint="#tipid">...</tag><div id="tipid">text</div>
  7. <tag class="_hint" hint="(left,top)#tipid">...</tag><div id="tipid">text</div>

效果:

标签: , ,

遵守创作共用协议,转载请链接形式注明来自http://bianbian.org 做人要厚道

相关日志

Posted in JavaScript, Technology | No Comments »

[原] gmail真是太强悍了!!!

Posted by bianbian on 2008-05-16 12:30


本文Tags: ,

今天偶然又发现一个gmail强悍的功能:
把exe文件改名为doc,比如cmd.exe.doc,然后当附件上载。(因为不允许直接上载exe)
然后收到以后因为是doc结尾,会列出“在 HTML 格式下查看 以 Google 文档打开 下载”功能,这时候点了“在HTML格式下查看”。我想出个乱码应该是常理。
结果,强悍的gmail取出了exe里的格式信息(exe由几个段构成,详细请查询exe文件格式,此不赘述):
Read the rest of this entry »

标签: ,

遵守创作共用协议,转载请链接形式注明来自http://bianbian.org 做人要厚道

相关日志

Posted in Technology | 4 Comments »