Ajax::clearList
Usage
void Ajax::clearList(string $divid)Description
Clears all items within a list.Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| $divid | Yes | string |
Examples
Clear List
$ajax->clearList('my_list');
| Parameter | Required | Type | Description |
|---|---|---|---|
| $divid | Yes | string |
Clear List
$ajax->clearList('my_list');