Result.hide
hide関数は、クライアント側の要素を非表示にします。
サンプル
var result = new Result();
result.hide("#table1");
API
| 呼び出し | 戻り値 |
|---|---|
result. hide ( selector ) |
Result |
| パラメータ | 型 | 説明 |
|---|---|---|
selector |
String |
非表示にする要素を識別するjQueryセレクター。 |
hide関数は、クライアント側の要素を非表示にします。
var result = new Result();
result.hide("#table1");
| 呼び出し | 戻り値 |
|---|---|
result. hide ( selector ) |
Result |
| パラメータ | 型 | 説明 |
|---|---|---|
selector |
String |
非表示にする要素を識別するjQueryセレクター。 |