<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script> <script> $( function() { $( document ).tooltip(); } ); </script> <style> label { display: inline-block; width: 5em; } </style> Test: