One, add the Information dialog box Http://www.w3cschool.cc/try/tryit.php?filename=jqueryui-example-dialog-modal-form,
Modal Forms | Modal message two, slider (can be used in delay days)
Http://www.w3cschool.cc/jqueryui/example-slider.html
Http://www.w3cschool.cc/try/tryit.php?filename=jqueryui-example-slider-rangemax
Three, rotary device
Http://www.w3cschool.cc/jqueryui/example-spinner.html
Iv. Tool tip box (form)
Http://www.w3cschool.cc/try/tryit.php?filename=jqueryui-example-tooltip-forms
<script>$ (function () {$ ("[title]"). tooltip (); });</script><form> <div> <label for="FirstName"> Name </label> <input id="FirstName"Name="FirstName"title="please provide your name. "> </div> <div> <label for="LastName"> Surname </label> <input id="LastName"Name="LastName"title="Please provide your last name. "> </div> </form>
Two fields in a form:
<form> <div> <label for="FirstName"> Name </label> <input id="FirstName"Name="FirstName"title="please provide your name. "> <label for="LastName"> </label> <label for="LastName"> Surname </label> <input id="LastName"Name="LastName"title="Please provide your last name. "> </div> <div> <label for="Address"> Address </label> <input id="Address"Name="Address"title="your home or work address. "> </div> </form>
Five, special effects Http://www.w3cschool.cc/try/tryit.php?filename=jqueryui-example-effect
jquery UI Common (ii) (dialog box | Rotary Actuators | Tool tip Box (form) | Special effects (blinds))