9d988dbafe816f3d9eb1e055133f1dfcc583053d
* Load the next region when scroll reached half of the current region * Fix the scroll sync with region highlight in both up and down scrolls * Address Bug 39923 - Make scroll to next region more fluent
jQuery Universal Language Selector
Universal Language Selector
Quick start
git clone https://github.com/wikimedia/jquery.uls.git
Documentation
For documentation and examples please visit the wiki
How to build and test jQuery i18n
First, get a copy of the git repo by running:
git clone git://github.com/wikimedia/jquery.uls.git
Make sure you have grunt installed by testing:
grunt -version
If not, run:
npm install
To run tests locally, run grunt, and this will run the tests in PhantomJS.
You can also run the tests in a browser by navigating to the test/ directory, but first run grunt to install submodules.
Coding style
Please follow jQuery coding guidelines
Versioning
For transparency and insight into the release cycle, and to upgrading easier, we use the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Description
Languages
JavaScript
91.5%
CSS
7.8%
HTML
0.4%
Shell
0.3%
