摘要:
ylbtech-jQuery:jQuery学习jQuery语法实例表格变色效果截图jQuery:1.5.4.1,表格变色 HTML代码返回顶部<html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <style type="text/css"> .even{ background-color:Gray;} /*奇数行样式*/ .odd{ background-color:Yellow;} /*偶数行样式*/ </s 阅读全文
摘要:
ylbtech-jQuery:jQuery学习jQuery语法实例表单验证效果截图jQuery:1.5.3,表单验证(父级(parent)层次追加(apped))HTML代码返回顶部<html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="js/jquery-1.6.1.min.js" type="text/javascript"></script> <scr 阅读全文
摘要:
ylbtech-jQuery:jQuery学习jQuery语法实例下拉框应用效果截图jQuery:1.5.2,下拉框应用(全部移动,已选移动)HTML代码返回顶部<html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="js/jquery-1.6.1.min.js" type="text/javascript"></script> <script type=& 阅读全文
摘要:
ylbtech-jQuery:jQuery学习jQuery语法实例复选框应用效果截图jQuery:1.5.1,复选框应用(全选,全不选,反选,提交选中的值,全选/全不选)HTML代码返回顶部<html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="js/jquery.js" type="text/javascript"></script> <script ty 阅读全文