jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox jqxlistbox won't empty with form

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxlistbox won't empty with form #93634

    defyent
    Participant

    I’ve got a jqxlistbox that is part of a form which I am submitting to a perl script. Everything works fine apart from when I delete the very last entry in the listbox and submit the form. The data from last item is held within the form.

    Visit the example below and delete all of the items by clicking the remove button until the list box is empty, then hit submit. You’ll see the last deleted item is submitted to the form.

    Example: http://jsfiddle.net/DfsTq/27/

    test.pl is a basic perl script which prints the contents of the ‘list’ form input.

    #!/usr/bin/perl
    use CGI;
    my $cgi = new CGI;
    print $cgi->header(‘text/html; charset=UTF-8’);
    print $cgi->param(‘list’);

    jqxlistbox won't empty with form #93650

    Peter Stoev
    Keymaster

    Thanks for feedback. We will look at this.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.