01 2012 档案
摘要:$('#frame_rate1 option:eq(0)').remove(); //jQuery实现删除option控件下的元素 frame_rate1是select 的ID $('#frame_rate1 option:eq('+ i +')').remove(); //i表示变量function remove_option(minvalue,maxvalue,first_value){ for(i=minvalue ; i<=maxvalue; i++) { $('#frame_rate1 optio...
阅读全文
摘要:<!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" xml:lang="yue-Hans" lang="yue-Hans"><head> <meta http-equiv="
阅读全文
摘要:<!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> <title> 使用jQuery解决IE不支持的option disable属性 </title> <meta http-equ
阅读全文