山本

导航

2013年4月23日 #

jQuery实现标题导航

摘要: <head> <title></title> <style type="text/css"> body{font-size:13px;} ul,li{margin:0;padding:0;list-style:none} #menu li{text-align:center;float:left;padding:5px;margin-right:2px;width:50px;cursor:pointer} #menu li.tabFocus{width:50px;font-weight:bold;background-colo 阅读全文

posted @ 2013-04-23 20:32 高级菜鸟 阅读(204) 评论(0) 推荐(0) 编辑

使用JQuery实现邮箱验证

摘要: <head> <title></title> <style type="text/css"> .txtbackcolor{background-color:#eee;} </style> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { var sta 阅读全文

posted @ 2013-04-23 20:28 高级菜鸟 阅读(11509) 评论(0) 推荐(0) 编辑