|
Download and Getting Started 1. Download jQWidgets
2. Unzip to a directory of your choice 3. Copy the jqwidgets directory to your project 4. Use your favorite text editor to create a basic HTML page: |
||||||||||||
<html><head> <!-- add the jQuery script --> <script type="text/javascript" src="scripts/jquery-1.9.0.min.js"></script> <!-- add the jQWidgets framework --> <script type="text/javascript" src="jqwidgets/jqxcore.js"></script> <!-- add one or more widgets --> <script type="text/javascript" src="jqwidgets/jqxbuttons.js"></script> <!-- add one of the jQWidgets styles --> <link rel="stylesheet" href="jqwidgets/styles/jqx.darkblue.css" type="text/css" /></head><body> <script type="text/javascript"> $(document).ready(function () { $("#myButton").jqxButton({ width: '120px', height: '35px', theme: 'darkblue'}); }); </script> <input type="button" value="Click Me" id='myButton'/></body></html> |
||||||||||||
| That’s all it takes to start using jQWidgets.
To learn more, explore the Examples and Documentation. Customize jQWidgets with your own themes using our easy to use Theme Builder. To find information about upcoming releases visit the Product Roadmap. |
Download jQWidgets
|
First Name:
|
|
Last name:
|
|
E-Mail:
|
