目前分類:JQuery (3)

瀏覽方式: 標題列表 簡短摘要

HTML的部份:

<input name="user_active_col[]" type="checkbox" value="1"> 1

<input name="user_active_col[]" type="checkbox" value="2"> 2

<input name="user_active_col[]" type="checkbox" value="3"> 3

yuehung 發表在 痞客邦 留言(0) 人氣()

 $("#父窗體物件之ID",window.parent.document).動作();


yuehung 發表在 痞客邦 留言(0) 人氣()

jQuery對select的操作

資料來源:http://kevyu.blogspot.com/2008/03/jqueryselect.html

//改變時的事件
$("#testSelect").change(function(){ //事件發生
jQuery('option:selected', this).each(function(){ //印出選到多個值

yuehung 發表在 痞客邦 留言(0) 人氣()