source:
admin/js/_trackbacks.js
@
0:54703be25dd6
Revision 0:54703be25dd6, 145 bytes checked in by Dsls <dsls@…>, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[0] | 1 | $(function() { |
2 | $('#tb_excerpt').keypress(function() { | |
3 | if (this.value.length > 255) { | |
4 | this.value = this.value.substring(0,255); | |
5 | } | |
6 | }); | |
7 | }); |
Note: See TracBrowser
for help on using the repository browser.