Russian typography jQuery plugin. Плагин убирает висячие предлоги.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/typographer.min.js"></script>
<script>
jQuery(function($) {
$('p').typographer();
});
</script>(Coming soon)
See the demo page.
(Nothing yet)