摘要:
1、首先引入jquery-1.3.2.js,将其放在js文件夹下。2、为文本框的边框定义样式文件 style.css,放在css文件夹下,其内容如下:.tbText{ /*控制边框的是1px的实心红色线*/ border:1px solid red; background-image:url(../images/tb_underline.gif); background-repeat:repeat-x; background-position:bottom;}3、编写js.js文件,放在js文件夹下,内容如下:$(document).ready(function() {//页面装载完成后执行的 阅读全文
posted @ 2011-08-01 00:46
骑着毛驴去编程
阅读(459)
评论(0)
推荐(0)