what is the correct syntax?
<?php echo CHtml::ajaxLink("clickMe",
CController::createUrl('/HelloWorld/try'),
array('update' => '#erg', 'type' => 'GET', 'beforeSend' => "$('#wait').show()",
'complete' => "$('#wait').hide()"),
<div id="wait" style="display:None"> <h1> Hello </h1> </div>

Help















