Changeset 358 for trunk/web-app/js
- Timestamp:
- Feb 16, 2010, 9:01:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/jsUtil.js
r323 r358 35 35 } 36 36 } 37 38 function textAreaScrollBottom(id) { 39 $(id).scrollTop = $(id).scrollHeight; 40 } 41 42 function focusUtil(id) { 43 $(id).focus(); 44 }
Note: See TracChangeset
for help on using the changeset viewer.