- Timestamp:
- 10/02/08 10:01:59 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/views/js/default.php
r20315 r20455 42 42 /* 以下 140文字チェック */ 43 43 $("#js_textcount").text(140); 44 /* submit ボタンを押せなくする */ 45 $("#twitter").attr("disabled","disabed"); 44 46 45 47 /* エラーメッセージ */ … … 58 60 $("#js_textcount").text(140 - $("#message").val().length ).css( 59 61 "color", "#CCCCCC"); 60 $("#twitter").attr("disabled",""); 62 if($("#message").val().length >= 1 && $("#message").val().length != ''){ 63 $("#twitter").attr("disabled",""); 64 } else { 65 $("#twitter").attr("disabled","disabled"); 66 } 61 67 $(".errorMsg").css({display:"none"}); 62 68 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)