Ignite UI for jQuery
Ignite UI for jQuery™ helps you build powerful, high-performance web-based applications. Inside Ignite UI for jQuery you'll find user experience controls and components for creating engaging line-of-business web applications which target the browsers for both mobile & desktop environments.
About Ignite UI for jQuery
Ignite UI for jQuery is built on jQuery and jQuery UI and ties in seamlessly with the jQuery core model and conventions including all styling support via jQuery UI Theme Roller. Beyond jQuery Ignite UI for jQuery features support for Bootstrap themes, AngularJS, Knockout and jQuery Mobile.
Available Features in Ignite UI for jQuery open-source version
Install
The package for this development repository is available on both npm
and bower
.
To get started follow the respective package manager installation:
Ignite UI for jQuery CLI
To get started with the Ignite UI for jQuery CLI and Ignite UI for jQuery:
npm i -g igniteui-cli
ig new <project name> --framework=jquery
cd <project name>
ig add combo <component name>
ig start
npm
npm install ignite-ui
bower
bower install ignite-ui
Package contains similar files and structure to what you'd find in the full version of Ignite UI for jQuery with complete styles and lite versions of the combined script files:
<script src="<node_modules|bower_components>/ignite-ui/js/infragistics.core-lite.js" type="text/javascript"></script>
<script src="<node_modules|bower_components>/ignite-ui/js/infragistics.lob-lite.js" type="text/javascript"></script>
The full built content for both packages can be browsed at the Ignite UI for jQuery Bower Shim repository.
Running demos locally
Besides browsing our online samples, you can also run the demos included with this repo in a local clone. Those are useful for quickly trying out some control features, as a base for other samples or even testing local changes.
To setup the repository run the following in the root directory:
npm install
The command will install all build dependencies as well as bower packages used in the demos.
To build the product:
grunt build
This will create source files under the dist/
folder complete with merged locales, combined script and structure CSS and can be called again to include new changes.
The html demos under demos/<control>
can now be run directly from the file system.
Getting Help
- Ignite UI for jQuery help API
- Ignite UI for jQuery help topics
- Ignite UI for jQuery online samples
- Ignite UI for jQuery questions on StackOverflow
Contributing
You can find all guidelines on how to contribute on the wiki page.