Jin Menu FAQ


What For Jin Menu ?

if you want to add an onclick event to your wordpress menu.then there no option in wordpress to do so,this plugin help you to do so.
you can call any javascript/jQuery function with yor menu item.

How To Use ?

If you want to execute some javascript or jQuery function when your menu is pressed.
for example you can put this javascript code .

[js]
if(confirm(“your Message”)){

window.open(‘https://buffernow.com/’);

}
[/js]

How to call my own javascrip jquery Function ?

You can add your function in addition tab of menu.
after that you can call them from your custom menu
for example
this is your function

[js]
function foobar(){

if(confirm(“your Message”)){

window.open(‘https://buffernow.com/’);

}

}
[/js]

add this funtion in jin menu addition tab.
than in menu option insert

[js]foobar();[/js]

Thats it.

 

If You Have any query Please comment here.