source:
pro-violet-viettel/sourcecode/assets/js/admin/smslog.js
@
773
Last change on this file since 773 was 426, checked in by namnd, 11 years ago | |
---|---|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[426] | 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.