34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
How to avoid multiple Ajax Request
Comparing
#3
with
#4
Revision #4 was created by
nickcv
on Apr 21, 2011, 11:28:31 AM.
changed rand() to a more proper example
« Previous (#3)
Next (#5) »
Content
[...]
```php
CHtml::ajaxLink('send a message', '/message',
array('replace' => '#message-div'),
array('id' => 'send-link-'.
ran
uniqi
d()) ); ```