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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:06:57+00:00 2026-06-06T10:06:57+00:00

html img returned from ajax has class of ‘tocrop’. Currently I Calling the function

  • 0

html img returned from ajax has class of ‘tocrop’. Currently I Calling the function on the success of the ajax call:

$("#imageform").ajaxForm({
        target: '#image_upload_preview',
        success: jcropp(),
})

function jcropp(){
    $('.tocrop').Jcrop();
    }

I have tried using .load(), setInterval() and clearInterval(when $(‘.tocrop’).Jcrop()), .bind() to bind a function after it has loaded…nothing seems to work

There has already been a thread on this but the solutions did not work

Any help would be greatly appreciated
This is being returned from server, have already tried binding $(‘.tocrop’).load()to jcrop function:

<img class='tocrop' src='/tempupload/".$upload_data['file_name']."'/>
  • 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-06T10:06:59+00:00Added an answer on June 6, 2026 at 10:06 am

    do you want

    success: jcropp
    

    instead of

    success: jcropp()  
    

    like

    $("#imageform").ajaxForm({
        target: '#image_upload_preview',
        success: jcropp
    });
    

    or something like, if you want to check image load event also in success. Please clarify what you are returning from server, if its some html then you should bind a load event for image as the image might not be loaded at the time success is triggered.

    $("#imageform").ajaxForm({
        target: '#image_upload_preview',
        success: function(data){
            jcropp();
            }
    });
    

    from your comment “html retuned from server has class toload”

    $("#imageform").ajaxForm({
        target: '#image_upload_preview',
        success: function(data){
            var src = $('.tocrop').attr('src');
            $('.tocrop').load(function(){
                $(this).Jcrop();
                }).attr('src',src);
            }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

html is <table> <tr> <td><img src=ex.jpg id=image class=edit name=n1></td> <td><img src=ex.jpg id=image class=edit name=n2></td>
I would extract some section html code from a string. This string is returned
hi i display box with ajax returned results, which has 1 to 4 list
is there any way i can assigned an imageurl to html img tag from
I'm trying to use the Macromedia XSLTransform class to convert XML returned from Amazon
If I have this html on my page <img src=samesrc class=commentimg name=differentimg1/> How onclick
As you can see I am retrieving JSON data from my ajax call but
I have this HTML structure <img width=25 height=25 src=/data/apple_logo.jpg alt=Chocolate /> <input class=cake_checkboxes style=vertical-align:
I am calling an Ajax request with jQuery: $.get(url, function(data){ $(data).find('ul'); }); And here
I have a partial view which is returned via an Ajax call with a

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.