2012年10月11日
摘要: JQUERY对RADIO,CHECKBOX,SELECT的操作************************************************************************************************获取一组radio被选中项的值varitem=$("input[@name=items][@checked]").val();获取select被选中项的文本varitem=$("select[@name=items]option[@selected]").text();select下拉框的第二个元素为当前 阅读全文
posted @ 2012-10-11 13:48 纳米程序员 阅读(3511) 评论(0) 推荐(0) 编辑
摘要: <!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><meta http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文
posted @ 2012-10-11 11:07 纳米程序员 阅读(3933) 评论(0) 推荐(0) 编辑