摘要:
$(“form ~input”) //和from同级的 元素 $("input[type=checkbox]:checked") //所有选中的checkbox $("#id").animate({ top: 100 }, "slow", "swing"); //选择的元素要加 position属性 dropdownlist操作 $("#id").change(function(){}); //添加事件 $("#id").find("option:selected& 阅读全文
posted @ 2011-12-29 14:37
高捍得
阅读(1664)
评论(0)
推荐(0)