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 940289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:55:52+00:00 2026-05-15T21:55:52+00:00

to see the error: http://jsfiddle.net/sEdGz/2/ //the script works, but the clicked radio isn’t checked=checked

  • 0

to see the error:
http://jsfiddle.net/sEdGz/2/

//the script works, but the clicked radio isn’t checked=checked
//mysql and php works good

$('#form1').live("click change", function() { ....
 <div class='divtoclick'>neu berechnen</div>
<form id="form1"  method="post"  name="bestellformular">

<input value="101" name="flyer_anzahl" type="radio"  /> 1.000
<input name="flyer_anzahl" type="radio" value="102" checked="checked"/>
... 

I want to get this:

$('#form1').find('.divtoclick').live("click", .....
$('input#form1').live("change", .....

Can anybody help me? thx

  • 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-15T21:55:52+00:00Added an answer on May 15, 2026 at 9:55 pm

    The reason is your return false.

    This will work:

    $('#form1').live("click change", function() {
            $.ajax({
            type    : "POST",
            cache    : false,
            url        : "berechnung_ajax.php",
            data    : $(this).serializeArray(),
            success : function(data) {
                            $('#berechnung').html(data);
            }});
    
        return true; // return true in order not to prevent the event
        });    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It DOES NOT return false and is not showing the error. See jfiddle http://jsfiddle.net/paYAp/2/
I have this fiddle which has an error --> http://jsfiddle.net/Osoascam/AkZZr/6/ (This is the version
Take a look at this fiddle: http://jsfiddle.net/PRz4G/ You can see four white points about
In the code below and demo here http://jsfiddle.net/jasondavis/vp2YN/3/ you can see I need to
I've got the following code (which you can see in play at http://jsfiddle.net/5dbZx/ ).
Here you can see what I'm trying to do: http://jsfiddle.net/smogg/QFa4J/2/embedded/result/ I was trying to
I'm trying to replicate this 'onclickout simulator' script as seen here: http://jsfiddle.net/C9CL3/ As you
I have a jsfiddle here http://jsfiddle.net/cbyJD/76 As you can see in the fiddle there
First off please see my example in JSfidle: http://jsfiddle.net/WMxKk/1/ You can see when you
The jQuery getScript fail function is never called. See this fiddle: http://jsfiddle.net/getsetbro/8xNMs/ $.getScript(http://api.jquery.com/scripts/jquery.NO-SUCH-FILE.js).done(function() {

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.