Yes I do. It's just a bunch of check boxes to filter and order a
result. It is not updating the form, too. Nothing disastrous about
this.

Keep cool,
Jan

On Tue, Dec 16, 2008 at 5:42 PM, MorningZ <morni...@gmail.com> wrote:
>
> This original code you posted
>
>
> $(document).ready(function(){
>        $form = $('#filter-form');
>        $form.ajaxForm({
>                //dataType: 'json',
>                success: function(){
>                        alert("peng");
>                },
>                target: "#layout-child-output"
>        });
>        $('input', $form).change(function(){
>                $form.submit();
>        });
> })
>
>
>
>
> has *disaster* written all over it......    so every single time a
> form item changes you want to submit the whole entire form?   that's
> just inefficient design asking for all kinds of problems like race
> conditions and the like



-- 
Jan

Reply via email to