框架页面带滚动条
作者:cmscn 日期:2009-09-15
相册分页
作者:cmscn 日期:2009-09-13
DOS 命令下用XCOPY 目录时出现选择是文件名还是目录名?(F = 文件 D = 目录)
作者:cmscn 日期:2009-09-12
jQuery技巧大放送
作者:cmscn 日期:2009-09-09
jQuery技巧大放送
1、关于页面元素的引用
通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。
2、jQuery对象与dom对象的转换
只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。
普通的dom对象一般可以通过$()转换成jquery对象。
1、关于页面元素的引用
通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。
2、jQuery对象与dom对象的转换
只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。
普通的dom对象一般可以通过$()转换成jquery对象。
Tags: jQuery
[转]一贴学会PHP
作者:cmscn 日期:2009-09-08
Response.Redirect中的中文编码问题
作者:cmscn 日期:2009-09-04
用Response.Redirect做页面转向的时候,
http://www.bullcn.com/中文.rar
会变成
http://www.bullcn.com/%D6%D0%CE%C4.rar
http://www.bullcn.com/中文.rar
会变成
http://www.bullcn.com/%D6%D0%CE%C4.rar
Tags: 编码
博客发表排行
作者:cmscn 日期:2009-09-02
<table border=0 width='100%'>
<%
sql="select top 5 author,count(id) as num from blog_data group by author order by count(1) desc,author"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
response.write vbcrlf&" <tr><td>"&rs("author")&"</a> ("&rs("num")&")</td></tr>"
为你的论坛添加宣传代码"粘贴到你的QQ/MSN上推荐给你的好友
作者:cmscn 日期:2009-09-01
Google Maps API
作者:cmscn 日期:2009-08-30
Google Maps API 第2版中文文档 http://www.step1.cn/GoogleApi/map2/documentation.htm
Google Maps API 第2版升级指南 http://www.step1.cn/GoogleApi/map2/upgrade.htm
Google Maps API 第2版类参考 http://www.step1.cn/GoogleApi/map2/reference.htm
另外一个版本的Google Maps API 2中文文档 http://www.zmap.org/doc/maps/documentation/
Google Maps API 第2版升级指南 http://www.step1.cn/GoogleApi/map2/upgrade.htm
Google Maps API 第2版类参考 http://www.step1.cn/GoogleApi/map2/reference.htm
另外一个版本的Google Maps API 2中文文档 http://www.zmap.org/doc/maps/documentation/
新闻滚动效果
作者:cmscn 日期:2009-08-30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> code.js.cn </title>
<style>
a{display:block;font-size:15px;line-height:18px;text-decoration:none;color:#333;font-family:Arial;font-size:12px;}
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> code.js.cn </title>
<style>
a{display:block;font-size:15px;line-height:18px;text-decoration:none;color:#333;font-family:Arial;font-size:12px;}