Plugin Directory

Changeset 1426182


Ignore:
Timestamp:
05/28/2016 08:15:18 PM (10 years ago)
Author:
sujin2f
Message:

4.0.0

Location:
plugin-grouper/tags/4.0.0/assets/script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugin-grouper/tags/4.0.0/assets/script/group.js

    r1426171 r1426182  
    4747    }
    4848
    49 
    50 
    5149    // <!-- 가져오기 시리즈 ( 체크박스 )
    5250    function get_checkbox( checkbox_id ) {
     
    7573
    7674    // <!-- Binding 개별 항목 액션
    77     $( '.button-grouping' ).click( function( e ) {
     75    $( '.button-grouping' ).click( function( e ) {  // 각 플러그인의 그룹 버튼 클릭시
    7876        e.preventDefault();
    7977
     
    9290
    9391        // tr 삽입
    94         get_row( plugin_id ).after( '<tr class="inactive plugin_grouper_wrap" data-id="' + plugin_id + '"><td colspan="1000">' + $groupingRow.html() + '</td></tr>' );
     92        get_row( plugin_id ).first().after( '<tr class="inactive plugin_grouper_wrap" data-id="' + plugin_id + '"><td colspan="1000">' + $groupingRow.html() + '</td></tr>' );
    9593
    9694        // radio 버튼 조정
  • plugin-grouper/tags/4.0.0/assets/script/min/group-min.js

    r1426171 r1426182  
    4747    }
    4848
    49 
    50 
    5149    // <!-- 가져오기 시리즈 ( 체크박스 )
    5250    function get_checkbox( checkbox_id ) {
     
    7573
    7674    // <!-- Binding 개별 항목 액션
    77     $( '.button-grouping' ).click( function( e ) {
     75    $( '.button-grouping' ).click( function( e ) {  // 각 플러그인의 그룹 버튼 클릭시
    7876        e.preventDefault();
    7977
     
    9290
    9391        // tr 삽입
    94         get_row( plugin_id ).after( '<tr class="inactive plugin_grouper_wrap" data-id="' + plugin_id + '"><td colspan="1000">' + $groupingRow.html() + '</td></tr>' );
     92        get_row( plugin_id ).first().after( '<tr class="inactive plugin_grouper_wrap" data-id="' + plugin_id + '"><td colspan="1000">' + $groupingRow.html() + '</td></tr>' );
    9593
    9694        // radio 버튼 조정
Note: See TracChangeset for help on using the changeset viewer.