摘要: http://www.shareto.org/ 阅读全文
posted @ 2016-11-03 15:18 collin-liu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 获取Select : 获取select 选中的 text : $("#ddlRegType").find("option:selected").text(); 获取select选中的 value: $("#ddlRegType ").val(); 获取select选中的索引: $("#ddlRegT 阅读全文
posted @ 2016-11-03 15:16 collin-liu 阅读(541) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="301Redirect" stopProcessing="true"> <match url 阅读全文
posted @ 2016-11-03 15:02 collin-liu 阅读(2214) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> div{ width:120px; height:120px; line-height: 阅读全文
posted @ 2016-11-03 14:57 collin-liu 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Title 效果一:360°旋转 效果二:放大 效果三:旋转放大 效果四:上下左右移动 阅读全文
posted @ 2016-11-03 14:54 collin-liu 阅读(198) 评论(0) 推荐(0) 编辑