jQuery UI Tooltip

Tooltip is veryuseful for forms,It is used to show some additional information about input fields.

 <script src="http://code.jquery.com/jquery-1.10.2.js"></script>
      <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
      <script>
      $(function() {
        $( document ).tooltip();
      });
  </script>

HTML Codes

<p>
      <label>Your name:</label>
      <input id="name" title="Please Enter Your Name">
    </p>
    <p>Hover the input field to see the tooltip.</p>

By Keenlio, May 9, 2014

What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *


seven − 5 =

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>