<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I don't seem to have the same version on jQuery. My #serializeThis method looks like:<br><br>serializeThis<br>&nbsp;&nbsp;&nbsp; "Serialize the receiving element."<br><br>&nbsp;&nbsp;&nbsp; self serialize: owner canvas jQuery this<br><br>I can't seem to find a #serializeThisWithHidden method either. I am developing on Seaside 2.9 alpha 3.<br><br>Thanks,<br>RS<br><br>&gt; Date: Sun, 12 Jul 2009 09:47:30 +0200<br>&gt; Subject: Re: [Seaside] jQuery<br>&gt; From: renggli@gmail.com<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; <br>&gt; &gt; Ok, I know everyone is sick of these jQuery threads, but I'm figuring it<br>&gt; &gt; out! I got radio groups/buttons, and text inputs to work with this or<br>&gt; &gt; similar syntax, and I've played around with the following quite a bit, but I<br>&gt; &gt; seem to be missing something key :p<br>&gt; <br>&gt; Not at all, please keep the questions flowing.<br>&gt; <br>&gt; &gt; &nbsp;&nbsp;&nbsp; html checkbox<br>&gt; &gt; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;callback: [save result add: self item];<br>&gt; &gt; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;onSelect: (html jQuery ajax &gt;   );<br>&gt; &gt; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;value: self item.<br>&gt; <br>&gt; Please read the comment in JQAjax&gt;&gt;#serializeThis that answers this<br>&gt; very question in details:<br>&gt; <br>&gt; serializeThis<br>&gt;         "Serialize the receiving element. Note that this might not work for<br>&gt; all form elements: (1) for check-boxes and multi-select lists Seaside<br>&gt; internally depends on an additional hidden form element that is<br>&gt; generated automatically, instead use #serializeThisWithHidden (2)<br>&gt; submit-button callbacks are ignored, instead use a normal callback to<br>&gt; trigger specific code evaluation."<br>&gt; <br>&gt;         self serialize: owner canvas jQuery this<br>&gt; <br>&gt; Cheers,<br>&gt; Lukas<br>&gt; <br>&gt; -- <br>&gt; Lukas Renggli<br>&gt; http://www.lukas-renggli.ch<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; seaside@lists.squeakfoundation.org<br>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009' target='_new'>Check it out.</a></body>
</html>