Difference between #3 and #4 of
How to avoid multiple Ajax Request

Revision #4 has been created by nickcv on Apr 21, 2011, 11:28:31 AM with the memo:

changed rand() to a more proper example
« previous (#3) next (#5) »

Changes

Title unchanged

How to avoid multiple Ajax Request

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

ajax request, ajax link, ajax request multiply

Content changed

[...]
```php
CHtml::ajaxLink('send a message', '/message',
array('replace' => '#message-div'),
array('id' => 'send-link-'.
ranuniqid()) ); ```
 
 
17 0
27 followers
Viewed: 66 230 times
Version: 1.1
Category: How-tos
Written by: nickcv
Last updated by: nickcv
Created on: Apr 21, 2011
Last updated: 13 years ago
Update Article

Revisions

View all history