Sportica   Sportica
摘要: $('#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... 阅读全文
posted @ 2012-01-12 11:59 qingjoin 阅读(1450) 评论(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" xml:lang="yue-Hans" lang="yue-Hans"><head> <meta http-equiv=" 阅读全文
posted @ 2012-01-12 10:12 qingjoin 阅读(4237) 评论(0) 推荐(1) 编辑
  Sportica