This is how I made the select and deselect work: $("[data-role='tile']").click(function(){ if($(this).hasClass("element-selected")){ $(this) ...
確定! 回上一頁