1 2 3 4 5 6
"Miscellaneous functions and event-handlers" $(".not-implemented").click((event) => { event.preventDefault(); alert("This feature is not implemented yet. Please bear with us."); });