Hi,

 For this you have to get the value of input then assign it so that you can
submit the value of disabled input.
<input type="text" disabled="disabled" name="txtInputBox" id="txtInputBox"
value="10" />
$('#ID').attr('txtInputBox');

Regards,
Anurag

On Sun, Aug 16, 2009 at 7:56 PM, nickfrancesch...@gmail.com <
nickfrancesch...@gmail.com> wrote:

>
> the HTML spec says that disabled fields aren't submitted during post-
> back... but I want them to be submitted with ajaxSubmit using the
> Forms plugin.  is this possible with an option now?  or something I
> have to work around?
>

Reply via email to