2015-03-24

at first i have to say that i'm complete new to jQuery and Ajax events (in fakt i'm more on the grafic side, not programming). So thank you in advance for your patience and help (and sorry for my bad english...).

To my problem: I have a Form which content loads dynamically successively depending on previous input. On my index.html i have following code for the first input (result depends of birthyear only)

in my .js i have the following jQuery code:

To this point everythink works. The adultgender_sel.html is loading into the <section id="DivisionSelection">. But then it looks that everything stops. Now inside the dynamically loaded div there more options which, depending on selection, should load more dynamic div's. But nothing happens. By sending the form (via .php, and a .tt for answering mail) i get everything from the index.html but not from the dynamically created parts. For Completeness the code from adultgender_sel.html and associated jQuery code:

I've tried some solutions from similar posts (esp. .on()). but nothing solved my problem......

But thats not enough! How to write the possible values for a range of years (actually only 1997 but it should be from 1980 to 1997) in the #year selection?

Many thanks and kind regards,
Martin

Show more