Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8727775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:30:05+00:00 2026-06-13T08:30:05+00:00

I am looking for a way to submit my form when I click a

  • 0

I am looking for a way to submit my form when I click a <option>.

Explanation of <select> use:
Click checkboxes and then choose what folder to move the ones that were selected to using the drop-down menu.

Here is what my form looks like: http://jsfiddle.net/Draven/yufwu/23/

Keep in mind the checkboxes have multiple uses (delete, move to folder).
And the drop-down menu (<select>) is retrieving the folders from the folders table.

I am having a hard time explaining this so if you have any questions just ask.

EDIT: Thanks to NullPointer I got this working. Exact code below.

<script type="text/javascript">
//<![CDATA[ 
$(document).ready(function(){
    $('select').change(function ()
    {
        $(this).closest('form[name="delete-volunteer-app"]').submit();
    });
});//]]>  
</script>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:30:06+00:00Added an answer on June 13, 2026 at 8:30 am

    try

    $('option').click(function () //ill sugest to use the change  event 
    {
        $(this).closest('form').submit(); //or $("form id or class or form[name="formname"]").submit();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a way to start a function on form submit that
I'm looking for a way to submit only changed form fields to the server.
My problem is that I was looking for way to use both storyboard and
Looking for a way to get path of file (and then process it in
I'm looking for a way to submit a value with two clicks in drop-down
What I'm looking for: way to have innate html 5 form validation using the
I'm looking for a way to dynamically click the browse button of a input
I'm looking for a way to have a simple form (yes and no radio
What is the easiest and most graceful way to auto-submit an AJAX form when
I have the following code, which works nicely: $('#register form .submit input').click(function(){ if(jQuery.trim($('#new-usr').val()) ==

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.