idList = [];
$('.jobs').each(function(){
if($(this).attr("checked"))
{
idList.push($(this).attr('jobid'));
}
});
文章標籤
全站熱搜
idList = [];
$('.jobs').each(function(){
if($(this).attr("checked"))
{
idList.push($(this).attr('jobid'));
}
});

KwCheng's blog
JerryCheng 發表在 痞客邦 留言(0) 人氣(1)
