码迷,mamicode.com
首页 >  
搜索关键字:attribute    ( 4018个结果
HTML5 data-* 自定义属性
在jQuery的attr与prop提到过在IE9之前版本中如果使用property不当会造成内存泄露问题,而且关于Attribute和Property的区别也让人十分头痛,在HTML5中添加了data-*的方式来自定义属性,所谓data-*实际上上就是data-前缀加上自定义的属性名,使用这样的结构...
分类:Web程序   时间:2015-06-29 19:41:17    阅读次数:135
使用JavaScript改变页面元素的属性
在使用HTML制作web页面的过程中,很多时候需要动态的去改变控件的属性,这就需要通过调用JavaScript脚本来实现。下面介绍了本人使用过的一些示例代码。JavaScript脚本改变页面控件的HTML属性。1.语法:document.getElementById(id).attribute=.....
分类:编程语言   时间:2015-06-27 18:09:29    阅读次数:114
RTL Compiler之synthesis steps
1 synthesis steps1) Search Paths rc:/> set_attribute lib_search_path path rc:/> set_attribute script_search_path path rc:/> set_att...
分类:其他好文   时间:2015-06-26 00:14:15    阅读次数:138
.NET: C#: Attribute
ref:http://www.uml.org.cn/net/200810135.aspref:http://blog.csdn.net/okvee/article/details/2610349注意这么几个问题:1. Attribute和Property的区别2. Attribute在编译中就有了,...
分类:Windows程序   时间:2015-06-25 17:07:57    阅读次数:158
Excel Macro宏 - 指定路径下两个TXT文件Copy后,导入Excel中并进行对比
由于Excel格式粘贴没时间,只写关键的VBA代码和TXT文档Format示例‘Attribute VB_Name = "CopyAndDiffer"'2015/06/24 ADD By MAOUIZAYOIOption Explicit' Excute Interface.Sub CopyAndD...
分类:系统相关   时间:2015-06-25 15:17:49    阅读次数:153
Core Data数据库迁移
一、 Lightweight Migrationi. 适合场景Simple addition of a new attributeRemoval of an attributeA non-optional attribute becoming optionalAn optional attribut...
分类:数据库   时间:2015-06-25 13:59:05    阅读次数:132
JavaScript类属性
对象的类属性(class attribute)是一个字符串,用以表示对象的类型信息。ECMAScript3和ECMAScript5都未提供设置这个属性的方法,并只有一个间接的方法可以查询它。默认的toString()方法(继承自Object.prototype)返回了如下格式的字符串: [ob...
分类:编程语言   时间:2015-06-24 18:44:43    阅读次数:153
为什么都反对XML而支持使用json呢?
一个使用上的因素:JSON的结构更容易映射至一般语言的数据结构。XML和JSON的主要组成成分:XML是element、attribute和element content。JSON是object、array、string、number、boolean(true/false)和null。XML要表示一...
分类:Web程序   时间:2015-06-24 10:41:35    阅读次数:128
cool jQuery tips
$().slideToggle("slow/fast") //move the object$().animate({,}) //cool animation tool function$().stop()$().hide(100,callback) //attribute to start aft...
分类:Web程序   时间:2015-06-23 23:04:24    阅读次数:218
jQuery attr() prop() data()用法及区别
.attr(),此方法从jq1.0开始一直存在,官方文档写的作用是读/写DOM的attribute值,其实1.6之前有时候是attribute,有时候又是property。.prop(),此方法jq1.6引入,读/写DOM的property。.data(),此方法在jq1.2.3引入,作用是把任意的...
分类:Web程序   时间:2015-06-23 19:39:02    阅读次数:809
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!