Direction aware inputs. While typing into an input if the characters are from Farsi/Persion, Arabic or Hebrew this plugin will change the direction of the input to rtl
Using bower
bower install dynodirection --save
or download the master branch and include it in your site
<script type="text/javascript" src="jquery.dynodirection.js"></script>
$('input').dynodirection();
This is a jQuery plugin so:
- jQuery