Ignore:
Timestamp:
2013/02/05 10:36:02 (11 years ago)
Author:
undertree
Message:

#2094 (スマートフォン> お気に入り一覧にて違う商品が削除される)
ajaxでデータ取得して表示する際の、削除ボタンに対するセレクタ指定を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/sphone/mypage/favorite.tpl

    r22486 r22499  
    166166 
    167167                        //削除ボタンをセット 
    168                         $($(".favoriteBox p.btn_delete a").get(maxCnt)).attr("href", "javascript:fnModeSubmit('delete_favorite','product_id','" + product.product_id + "');"); 
     168                        $($(".favoriteBox p.btn_delete img").get(maxCnt)).attr("onclick", "javascript:fnModeSubmit('delete_favorite','product_id','" + product.product_id + "');"); 
    169169 
    170170                    } 
Note: See TracChangeset for help on using the changeset viewer.