How to add custom JS to WP Mobile Menu?

Here you can place the custom jQuery/javascript to make any necessary adjustment to WP Mobile Menu.

 

custom js

Grab here the code example


jQuery( document ).ready( function(){

alert( ‘this is just an alert test’ );

});