Dotclear

source: admin/js/_trackbacks.js @ 0:54703be25dd6

Revision 0:54703be25dd6, 145 bytes checked in by Dsls <dsls@…>, 13 years ago (diff)

2.3 branch (trunk) first checkin

Line 
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.

Sites map