0

event.preventDefault()「 」が適用された特定の要素の default_event_actions のリストを取得し、どのイベントまたはアクションを防止するかどうかをスクリプトに指示する方法があるかどうかを知りたいです...

何かのようなもの:

$(element).on('click', function(e){

e.preventDefault() //this will prevent all

//...is there a way of preventing specifically or particularly... 
}) 

出来ますか?

4

2 に答える 2