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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:29:08+00:00 2026-05-29T21:29:08+00:00

i have an ajax function for uploading photos, and this function is executed onclick.

  • 0

i have an ajax function for uploading photos, and this function is executed onclick.
What i want is to delete the onclick event on succes, and to change the button style, in the uploadPhoto. How can this be done?

  function uploadPhoto(image_path, message){
        var data = {
            "image_path": image_path,
            "message": message
        };
        var url = 'upload_photo.php';
        $.ajax({
            type: 'POST',
            url: url,
            data: data,
            async: true,
            dataType: 'json',
            success: function(response) {
                    //alert(response.code);
                  }
                });
    }



      <a href="#" onclick="uploadPhoto('/images/blah.jpg', 'something'); return false;"><img style = "padding-top: 15px; padding-left: 125px;" src= "images/posteaza_pe_wall.png"></a>
  • 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-29T21:29:10+00:00Added an answer on May 29, 2026 at 9:29 pm

    You should really be using JQuery click events, but, this should do what you want. Assign an ID to your a href, and then remove the onclick attribute on your ajax success.

    You need to define what you mean by “change the button style”, because your link is currently an image. As an example, I have included an example adding a new class to the a href upon success called “uploadStyle”. You would need to define this in CSS.

    function uploadPhoto(image_path, message){ 
            var data = { 
            "image_path": image_path, 
            "message": message 
        }; 
        var url = 'upload_photo.php'; 
        $.ajax({ 
            type: 'POST', 
            url: url, 
            data: data, 
            async: true, 
            dataType: 'json', 
            success: function(response) { 
                    $("#uploadHref").removeAttr("onclick");
                    $("#uploadHref").addClass("uploadStyle");
                    //alert(response.code); 
                  } 
                }); 
    } 
    
    <a id="uploadHref" href="#" onclick="uploadPhoto('/images/blah.jpg', 'something'); return false;"><img style = "padding-top: 15px; padding-left: 125px;" src= "images/posteaza_pe_wall.png"></a>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the jQuery $.ajax() function. I have put this into a parent
I have this ajax function: function callpage() { $('#formcontent').empty().html('<p class=vent>Pleace wait</p>'); var form =
i have an ajax function(with arguments) and i want to call it via html
I have an ajax function in home.php that give me back this html response
I have a jquery-ajax function that sends data to a php script and the
I have some jQuery code. I have called an Ajax function file, file.php, that
The problem seems very strange. I have a AJAX helper function within a same
The problem is the following. We have lots of ajax call via $.ajax function.
I have some content from server using $.ajax() function. I try to replace some
I have written a simple jQuery.ajax function which loads a user control from the

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.