mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	form wip
This commit is contained in:
		
							
								
								
									
										17
									
								
								framework/assets/yii.validation.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/assets/yii.validation.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| /** | ||||
|  * Yii validation module. | ||||
|  * | ||||
|  * This is the JavaScript widget used by the yii\widgets\ActiveForm widget. | ||||
|  * | ||||
|  * @link http://www.yiiframework.com/ | ||||
|  * @copyright Copyright (c) 2008 Yii Software LLC | ||||
|  * @license http://www.yiiframework.com/license/ | ||||
|  * @author Qiang Xue <qiang.xue@gmail.com> | ||||
|  * @since 2.0 | ||||
|  */ | ||||
|  | ||||
| yii.validation = (function ($) { | ||||
| 	var pub = { | ||||
| 	}; | ||||
| 	return pub; | ||||
| })(jQuery); | ||||
		Reference in New Issue
	
	Block a user
	 Qiang Xue
					Qiang Xue