2013-03-12 68 views

回答

0

點擊事件沒有看到你的代碼,它不可能給的解決方案,不過你可以試試這個:

$(document).on('click', '#id/class-ofcontrol', function(){ 
    //-----code stuff here---------// 
});