码迷,mamicode.com
首页 >  
搜索关键字:children    ( 1808个结果
uva227 谜题
Puzzle  A children's puzzle that was popular 30 years ago consisted of a 5x5 frame which contained 24 small squares of equal size. A unique letter of the alphabet was printed on each sm...
分类:其他好文   时间:2015-01-17 18:09:26    阅读次数:265
jQuery学习笔记(3)
children():只考虑子元素而不考虑其他后代元素 1 2 3 4 5 24 25 26 27 你喜欢的水果是?28 29 苹果30 橘子31 香蕉32 33 34 View ...
分类:Web程序   时间:2015-01-17 16:30:35    阅读次数:184
JQuery的一些简单操作02
一、遍历 1、向下遍历,children、find children只能向下遍历儿子节点的所有元素,find遍历当前元素下面的所有子节点 2、向上遍历,parent,parents,parentsUntil parent只遍历当前节点的父节点,parents遍历当前节点的所有父级节点,par...
分类:Web程序   时间:2015-01-16 18:39:08    阅读次数:110
jquery树形插件 jquery.dynatree.js 的使用
1,在后台拼字符串产生json,json的格式为:[{title :"xxxx", key: xerx, ,expand:true/false ,children:[{title:"yyyyy",key:eeee,expand:true},{title:"zzzzz",key:dfds,expand...
分类:Web程序   时间:2015-01-15 19:46:08    阅读次数:293
Libgdx 1.5.2发布
[1.5.2] - 修复问题 #2433 - 修复LWJGL在Mac OS X的本地载入问题 [1.5.1] - Gradle 升级到 2.2 - Android Gradle 工具升级到 1.0.0 - API更改:GWT backend优化。 - API更改:actor优化 - 添加对64位iOS虚拟机和设备的支持 - 废弃Node#children and Node#par...
分类:其他好文   时间:2015-01-06 13:50:49    阅读次数:128
uva201 Squares
SquaresA children's board game consists of a square array of dots that contains lines connecting some of the pairs of adjacent dots. One part of the g...
分类:其他好文   时间:2015-01-05 23:19:39    阅读次数:295
uva 227 Puzzle
PuzzleA children's puzzle that was popular 30 years ago consisted of a 5x5 frame which contained 24 small squares of equal size. A unique letter of th...
分类:其他好文   时间:2015-01-04 15:07:09    阅读次数:157
JQuery 解析xml
JQuery 可以通过 $.get() 或 $.post() 方法来加载 xml.JQuery 解析 XML 与解析 DOM 一样, 可以使用 find(), children() 等函数来解析和用 each() 方法来进行遍历
分类:Web程序   时间:2015-01-03 23:47:25    阅读次数:175
Jquery获取select选中的option的文本信息
注意:以下用的$(this)代表当前选中的select框第一种:$(this).children("option:selec... ...查看全文
分类:Web程序   时间:2015-01-02 17:30:47    阅读次数:134
My Code Snippet
加载菜单(js)function mkmenu(menus,name,id,parentid,url){ $.each(menus,function(i){ menus[i].children=new Array(); menus[i].parent=-1; ...
分类:其他好文   时间:2015-01-02 09:39:17    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!