Wednesday, October 19, 2022

How to use Jquery UI

 <head>  

  <link href="https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet">  

  <script src="https://code.jquery.com/jquery-1.10.2.js"></script>  

  <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>  

</head>


reference:-https://www.javatpoint.com/jquery-ui-button

No comments:

Post a Comment