$("#tab-suggestions-form").yiiactiveform is not a function

Hi,

ich erhalte von yii folgenden seltsamen Fehler

und das obwohl ich alles richtig nach dem guide eingebaut habe




<div id="suggestionTab">

<?php $oForm=$this->beginWidget('CActiveForm', array(

	'id'=>'tab-suggestions-form',

	'enableAjaxValidation'=>true,

	'clientOptions'		=> array(

		'validateOnSubmit'	=>	true,

		'validateOnChange'	=>	true,

		'validateOnType'	=>	true,

	)


)); ?>



Wenn ich mir den Quellcode anschaue, dann scheint auch alles korrekt zu sein:




form id="tab-suggestions-form" action="/suggestions" method="post">

<table class="translation clearfix">

	<thead>

		<tr>

...

$('#tab-suggestions-form').yiiactiveform({'validateOnSubmit':true,'validateOnChange':true,'validateOnType':true,'attributes':[{'id':'Suggestions_phrase1','inputID':'Suggestions_phrase1','errorID':'Suggestions_phrase1_em_','model':'Suggestions','name':'phrase1','enableAjaxValidation':true}]});




Kann sich das jemand erklären?

Kannst du im Quelltext die eingebundene "jquery.yiiactiveform.js" finden?

Wird die "jquery.yiiactiveform.js" geladen?

Hi Nanobyte,

vielen Dank für deine schnelle Antwort.

Ja die Dateien werden geladen und sind richtig




<script type="text/javascript" src="/assets/3297c2ec/jquery.js"></script>

<script type="text/javascript" src="/assets/3297c2ec/jquery.yiiactiveform.js"></script>