Sample Codes in phptarsier Ajax
Ajax::remote_form
Ajax::remote_anchor
<div id="placeholder"> </div>
<?= Ajax::remote_anchor('Fill in the Blanks',
array(t_action => 'ajax_fill'),
array(
'update' => 'placeholder',
'success' => Html::effects:highlight
)
) ?>
Ajax::remote_anchor
<div id="placeholder"> </div>
<?= Ajax::remote_anchor('Fill in the Blanks',
array(t_action => 'ajax_fill'),
array(
'update' => 'placeholder',
'success' => Html::effects:highlight
)
) ?>


0 Comments:
Post a Comment
<< Home