搜索
分类
- HTML & CSS (50)
- Javascript (13)
- jQuery (14)
- Photoshop (4)
- Software (18)
- Talk about interest (11)
- UE (7)
- WebApp (3)
- Wordpress (11)
-
近期文章
文章
标签云
HTML5相关
在线工具
功能
Monthly Archives: 一月 2010
jQuery插件:实现类twitter的文本字数限制效果
之前也介绍过一个类似效果的JQ插件jQuery文本字数限制插件-maxlength,不过这次的charcount部署更简单,而且有超出数字提示的功能. 看看DEMO 简单的部署: 1.载入js: <script type=”text/javascript” src=”http://www.iinterest.net/demo/js/jquery.js”></script> <script type=”text/javascript” src=”http://www.iinterest.net/demo/js/charCount.js”></script> 2.Html结构: <form id=”form” method=”post” action=””> <h2>Default Usage</h2> <div> <label for=”message”>Type your message</label> <textarea id=”message1″ name=”message1″></textarea> </div> <h2>Custom Usage</h2> <div> <label for=”message”>Another message (limited to 30, warning at 10)</label> <textarea id=”message2″ … Continue reading
Posted in Javascript, jQuery798 views
Leave a comment
边缘标签:sup
<sup>是用来定义上标文本的标签,平常很少用到,基本上属于边缘标签.不过今天在项目中遇到,在调试过程中发现这小子比较难伺候,这里模拟了个简单的代码环境: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>temp</title> <style type="text/css" media="all"> * { margin:0; padding:0; font:12px/1.5 Arial, Helvetica, sans-serif;} body{ background:url(images/grid.png) no-repeat;} .sup-tm{ width:300px; margin:20px; border:1px solid #ff6600; line-height:20px; … Continue reading
苹果软件集合,持续更新[2011.8.19]
介绍各种常用或有趣的mac软件,积累ing Skitch 比较实用的免费图片编辑软件 Skitch功能: 截屏,截超长的网页 编辑图片,如添加文字,线条,箭头等等 分享到互联网 摄像头拍大头贴 Mac Appstore
