adding a tooltip using data attribute but its not showing – Jquery
I am using jquery UI and i am trying to show data attribute on the checkboxes here is my html <input class="checktip" data-home="Working from Home" data-office="Working from Office" type="checkbox" name="Monday" id="Monday"> and here it is the jquery COde i have…