Perhaps this was a recent change in trunk but it's definitely not
backwards compatible.  Selecting by name and id will definitely give
you different results.

On Dec 4, 4:14 pm, "mr.freeze" <nat...@freezable.com> wrote:
> Your web2py_ajax.html ajax function IS different. Note this line:
> Yours:
>  q = jQuery("[name="+s[i]+"]").serialize();
> Standard:
>  q = jQuery("#"+s[i]).serialize();
>
> On Dec 4, 3:32 pm, weheh <richard_gor...@verizon.net> wrote:
>
> > On close inspection, web2py_ajax.html is out of date on my test app. I
> > updated web2py_ajax.html and the test case still doesn't work.
>
>

Reply via email to