Difference between #6 and #7 of
By Example: CHtml

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> ```
79 0
74 followers
Viewed: 989 448 times
Version: 1.1
Category: Tutorials
Written by: jonah
Last updated by: glicious
Created on: Sep 25, 2009
Last updated: 7 years ago
Update Article

Revisions

View all history