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

  • SEARCH
  • Home
  • 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 570881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:26:55+00:00 2026-05-13T13:26:55+00:00

There’s a similar question on stackoverflow , but I wanted to ask it again

  • 0

There’s a similar question on stackoverflow, but I wanted to ask it again because ColdFusion is different than PHP.
I have two select lists, the second one is populated from the first.

<cfparam name="form.MajorID" default="0">
<cfform name="myForm" preservedata="yes">
<cfselect name="MajorID" query="qryMajor" display="MajorDisplay" value="MajorID" queryPosition="below"
onChange="document.myForm.submit();">
<option value="0">Please Select major topic</option>
</cfselect>
<div>
<cfset qryMinor = objMinor.WhereMajorID(form.MajorID)>
<cfselect name="MinorID" query="qryMinor" display="MinorDisplay" value="MinorID" queryPosition="below" onChange="document.myForm.submit();">
<option value="0">Please Select minor topic</option>
</cfselect>
</div>
</cfform>

The pseudocode for Minor.cfc is:

SELECT * FROM tblMinor WHERE MajorID=#arguments.MajorID#

I’d like to remove the onChange event where it submits the form, and instead have jQuery populate the second select list via Ajax. I know that there’s a Spry example of this, but I’m already using jQuery and would prefer to use it instead of add a second framework into the project.

I know I’ll have to change the WhereMajorID function inside of Minor.cfc to access=”remote”, but I’m pretty bad with the whole looping inside of javaScript thing.

$('#MajorID').change(function() {
   // $.post magic happens here
});

I hope I’ve made myself clear with this question.

  • 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-05-13T13:26:55+00:00Added an answer on May 13, 2026 at 1:26 pm

    If you are on ColdFusion 8 or higher you can use the data binding feature of cfselect. Ben Forta has a great post about it here

    Here is a little code sample:

    <cfform>
    
    <table>
        <tr>
            <td>Select Media Type:</td>
            <td><cfselect name="mediaid"
                    bind="cfc:art.getMedia()"
                    bindonload="true" /></td>
        </tr>
        <tr>
            <td>Select Art:</td>
            <td><cfselect name="artid"
                    bind="cfc:art.getArt({mediaid})" /></td>
        </tr>
    </table>
    
    </cfform>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are nice SO question and answers about this issue, but these options didn't
There was a similar question posted asking in general about alternatives to Qt. Well,
There have been multiple questions regarding this topic but I have never really settled
There are many tutorials that talk about deleting index.php from the url. But I
There is a similar question from 2009 which mentions Wufoo and FormAssembly services. Are
There are many questions about this PersistenceException, but I have not seen some, where
There's a Rails 3.2.3 web application which doesn't use any database. But in spite
There's a few previous questions on StackOverflow questioning how one goes about accessing local
There is a website called Gild.com that has different coding puzzles/challenges for users to
There is this strange situation I'm fighting on. I have 3 pages, les call

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.