source:
pro-violet-viettel/www/deploy/20150304/assets/js/admin/smslog.js
@
788
Last change on this file since 788 was 780, checked in by dungnv, 10 years ago | |
---|---|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[780] | 1 | (function($){ |
2 | $.fn.setCursorToTextEnd = function() { | |
3 | $initialVal = this.val(); | |
4 | this.val($initialVal + ' '); | |
5 | this.val($initialVal); | |
6 | }; | |
7 | })(jQuery); |
Note: See TracBrowser
for help on using the repository browser.