摘要: Examples 选项1 选项2 阅读全文
posted @ 2017-12-04 17:59 Hakuna__Matata 阅读(5250) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $(".item_list").each(function(){ var radio_this=$(this).children('ul').children('li').children('span'); radio_this.find('input').click(f 阅读全文
posted @ 2017-12-04 11:48 Hakuna__Matata 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: 在jquery中可以使用2种方法来判断一个元素是否包含一个确定的类(class)。两种方法有着相同的功能。2种方法如下: 1. is(‘.classname’) 2. hasClass(‘classname’) 以下是一个div元素是否包含一个redColor的例子: 1. 使用is(‘.class 阅读全文
posted @ 2017-12-04 10:39 Hakuna__Matata 阅读(2201) 评论(0) 推荐(0) 编辑
摘要: <style>.distribCol1{text-align:justify; text-justify:distribute-all-lines; text-align-last:justify; text-indent:10px; width:140px}</style><div class=" 阅读全文
posted @ 2017-12-04 10:19 Hakuna__Matata 阅读(2952) 评论(0) 推荐(0) 编辑