How to avoid multiple Ajax Request

Comparing #3 with #4

Revision #4 was created by nickcv nickcv on Apr 21, 2011, 11:28:31 AM.

changed rand() to a more proper example

Content

[...]
```php
CHtml::ajaxLink('send a message', '/message',
array('replace' => '#message-div'),
array('id' => 'send-link-'.
ranuniqid()) ); ```