码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
动态生成代码中的事件注意事项
var d = '' + value + '';"'"+row.vpdm+"'"这里要加上单引号,前面的row.Id是int所以不用,但后面的是字符串类型就得加上单引号,要不会变成变量来处理
分类:其他好文   时间:2014-08-08 12:28:55    阅读次数:228
简单但很实用的js手风琴效果
<!DOCTYPE?html> <html> <head> ????<meta?charset="UTF-8"> ????<title></title> ????<style> body,ul,li,.sfq,h3{ ????margin:?0; ????padding:?0; ????list-style:?none; } ??...
分类:Web程序   时间:2014-08-08 02:14:35    阅读次数:352
JS 之手风琴效果
<!DOCTYPE?html> <html> <head> <meta?charset= "utf-8" /> <title></title> <meta?content= "?"? />? <meta?content= "?"? /> <style> #c{width:500px;height:300px;overflow:hidden;background:#ccc;}...
分类:Web程序   时间:2014-08-08 02:14:25    阅读次数:267
smarty后台文件常用方法及说明
<?php require‘smarty.inc.php‘; global$_smarty;//访问引入文件的变量 //分配变量 #普通变量 #该函数还有第三个参数,设置是否启用缓冲,如果为true, #变量将不被缓冲 $_smarty->assign(‘title‘,‘虎哥开始学习smarty了‘);//给前端基本变量赋值 //$_smarty->assignBy..
分类:其他好文   时间:2014-08-08 02:13:05    阅读次数:297
input的onkeyup效果 超级简短代码
效果代码title="请输入正确的十六位数字" onkeyup="javascript: return this.value = this.value.toUpperCase();" placeholder="请输入正确的十六位数字"html代码input type="text" name="car...
分类:其他好文   时间:2014-08-07 21:39:20    阅读次数:339
导航栏
<!DOCTYPE?html> <html> <head> ???<title>Bootstrap?实例?-?默认的导航栏</title> ???<link?href="/bootstrap/css/bootstrap.min.css"?rel="stylesheet"> ???<script?src="/scripts/jquery.min....
分类:其他好文   时间:2014-08-07 19:29:30    阅读次数:244
JQuery操作TABLE,及console.info问题。
还用alert 吗?看看console.info吧,代码的测试平台:ie9, firefox12?1. [代码][JavaScript]代码Insert title here del tbody del row tbody empty ...
分类:Web程序   时间:2014-08-07 18:47:00    阅读次数:240
css 选择器 (学习笔记)
参考http://zachary-guo.iteye.com/blog/6051161. div+p 选择紧接在 元素之后的所有 元素。解释 : find p , p.prev = div 就ok!2. [class~=flower] 选择 title 属性包含单词 "flower" 的所有元素.....
分类:Web程序   时间:2014-08-07 12:15:19    阅读次数:223
用JS写出星空
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>星空效果_www.jb51...
分类:Web程序   时间:2014-08-07 09:53:59    阅读次数:373
Python开发(一)
python>>>s=‘tousiheoiw‘ >>>‘%sisnumber%d‘%(s[:6],1) ‘tousiisnumber1‘>>>hi=‘‘‘hi there‘‘‘ >>>hi ‘hi\nthere‘>>>book={‘title‘:‘PythonWebDevelopment‘,‘year‘:2008} >>>book {‘year‘:2008,‘title‘:‘PythonWebDevel..
分类:编程语言   时间:2014-08-07 07:31:10    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!