You need to handle the click event on document level. In the event object, you have a target property, the inner-most DOM element that was clicked. With this ...
確定! 回上一頁