Hello,
i'm trying to remove the mousedown events from the searchbox navigation list on the upper right corner of SharePoint sites (on the dropdown-list events "search all", "search this site",...) with javascript/jQuery.
I know that you are able to do this via
$removeHandler(element, eventName, handler);
but I'm not able to determine the necessary handler-name.
If I inspect it via browser debug tools I can only see "b" as name which is not working or an empty name.
Does somebody know how to get this handler name or how I am able to remove these mousedown events in an other way?
Thank you very much for your advice!
Kind regards,
Robert.