码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
js生成json数据
<script src="~/static/js/jquery.min.js"></script><script type="text/javascript"> var list = [];//创建数组 var a1 = {};//创建对象 a1.t = "a"; a1.v = "b,s,g"; v ...
分类:Web程序   时间:2016-07-12 15:26:00    阅读次数:157
layer 弹框 很好用 页面交互不好弄!!!父子弹框的交互!
@赵立成 下面2个文件你再试试,记得引入Jquery ①. main.html (子页面) <html> <head> <script type="text/javascript" src="jquery-1.7.1.min.js"></script> <script type="text/java ...
分类:其他好文   时间:2016-07-12 15:25:43    阅读次数:171
3D立体旋转
<!DOCTYPE html><html><head> <title></title> <meta charset="utf-8"> <style type="text/css"> body{ perspective: 1000px; } .one{ position: relative; widt ...
分类:其他好文   时间:2016-07-12 15:19:28    阅读次数:147
CSS之立方体绘画步骤
附上总的代码: <!DOCTYPE html><html><head> <title>立方体</title> <meta charset="utf-8"> <style type="text/css"> .SD{margin: 400px 400px;width: 300px;height: 300 ...
分类:Web程序   时间:2016-07-12 15:14:01    阅读次数:226
动态Lambda进阶一
直接上代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Linq.Expressions; namespace ConsoleApplicati ...
分类:其他好文   时间:2016-07-12 15:07:49    阅读次数:115
JS判断客户端是手机还是PC的2个代码(转)
转载自:http://www.jb51.net/article/48939.htm Javascript 判断客户端是否为 PC 还是手持设备,有时候项目中需要用到,很方便的检测,源生的哦,方法一共有两种 1、第一种: 2、第二种: 百度的判断代码 使用方法:<SCRIPT type=text/ja ...
分类:移动开发   时间:2016-07-12 15:07:38    阅读次数:212
css-文本及其他
<!DOCTYPE html>css7-文本和其他 text-align行内元素对齐方式,值为 左/中/右 对齐:left/right/center.test{text-align:center;} white-space超出不换行 normal: 默认处理方式。 nowrap: 强制在同一行内显示 ...
分类:Web程序   时间:2016-07-12 13:40:01    阅读次数:213
js 方法
(function($){ $(function(){ $("p").click(function(){ alert($(this).text()); }); }); })(jQuery) ...
分类:Web程序   时间:2016-07-12 13:37:00    阅读次数:131
TextBox(只允许输入字母或者数字)
实现如下: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Ta ...
分类:其他好文   时间:2016-07-12 12:10:42    阅读次数:117
CSS水平居中和垂直居中解决方案
一、CSS 居中 — 水平居中 DIV等标签本身没有定义自己居中的属性,网上很多的方法都是介绍用上级的text-align: center,然后嵌套一层DIV来解决问题。可是这个方法有时候完全不起作用,而且对于布局是非常不科学的方法。正确的的设置写法如下(对页面构造没有影响):div {margin ...
分类:Web程序   时间:2016-07-12 11:47:24    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!