jQuery UI .tooltip()

0 votes
172 views
added Mar 29, 2018 in jQuery by Callum Sergeant (1,440 points)

Add jquery UI tooltip 

HTML 

<button data-toggle="tooltip" title="Sorry, This feature isn't available right now!" class="button white cursor-disabled">Email this report</button> 

jQuery

$('[data-toggle="tooltip"]').tooltip();
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...