First of all if you're using jQuery 1.3.x you need to remove the "@"
at the start of attribute selectors. ie [...@name='blah'] becomes
[name='blah'].

Second, technically you can't put a form as a direct child of a table.
Instead wrap the table in the form. This is why your stuff isn't
getting submitted (at least in Firefox).

Karl Rudd

On Tue, Feb 17, 2009 at 1:27 PM, Bluesapphire <michealg...@gmail.com> wrote:
>
> Hi!
> Kindly visit following link:
>
> http://vibersol.com/sitesdemo/shipping/admin/addquotation.php
>
> Then add form fields dynamically [by clicking GREEN icon]. And fill
> these fields. After that submit the form.
>
> I checked in FireBug that these values of dynamically added fields are
> not submitted by form. So values of these dynamically added fields are
> not submitted to next PHP page.
>
> What and where Iam doing wrong ?
>
> Thanks in advance

Reply via email to