function handler(e) { if(e.target.className=="class_name"){ e.stopPropagation(); e.preventDefault(); } }