<form id="lol" method="post" action="?" zidprofile="210" zmarked="true" referer="http://yahoo.com/">
<input type="text" name="age" value="22" />
<input type="text" name="name" value="Jhon" ztarget="415" />
<input type="text" name="mail" value="test@gmail.com" zcodeg="inner" />
<input type="submit">
</form>
При отправке формы выведите:
Array (
[age] => 22,
[name] => Jhon,
[mail] => test@gmail.com
)
Но возвращаются только Jquery и сериализация:
alert($('#lol').serialize()); // age=22
И:
$('input[zcodeg="inner"]').each(function(){
alert($(this).attr('name'));
});
Работа!, оповещение: «почта»
Что происходит?