<h2 class = "anima">Найди правильный ответ</h2>//заголовок
<li><a class = "anima" href="index.html">1</a></li>// пагинация
<li><a class = "anima" href="plus1.html">2</a></li>
<li><a class = "anima" href="plus2.html">3</a></li>
$('.anima').click(function(e){
e.preventDefault();
$('.animation-left').animate({opacity:0},300).animate({opacity:1},300);
});
public function attributeLabels()
{
switch($this->getScenario())
{
case 'case1':
$labels = []; // набор 1
break;
case 'case2':
$labels = []; // набор 2
break;
default:
$labels = []; // набор по умолчанию
}
return $labels;
}
;(function($) {
$(document).ready(function() {
var form = $('.form_line');
form.find(".send_page").click(function(){
$.ajax({
type: "POST",
url: "/main/hand.php",
data: form.serialize(),
cache: false,
success: function(msg){ form.find('.form_error').html('m111sg'); }
});
});
});
})(jQuery);