Revision #7 has been created by smarthead on Sep 29, 2009, 1:43:16 AM with the memo:
Update link()
« previous (#6) next (#8) »
Changes
Title
unchanged
By Example: CHtml
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
```php
<input id="yt0" type="button" value="Button Text" name="yt0"/>
<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {
jQuery('#yt0').click(function(
) {
jQuery.yii.submitForm(this,'controller/action',{});return false;});
jQuery.yii.submitForm(
this,
'controller/action',{}
);return false;});
});
/*]]>*/
</script>
```