Add tool tip for Easy Confirm dialogue Confirm Buttons.

Add tool tip for Easy Confirm dialogue Confirm Buttons.

Code:    $("#hlnkSignoff").easyconfirm({ locale: { title: 'Confirm', button: ['No', 'Yes'],tooltip:'hi'} });

I just want to Add tooltip for Yes and no button .

If Mouse over on Yes button need to show 'Click Yes' if No button 'click No'

How to achive this?