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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:38:10+00:00 2026-05-23T11:38:10+00:00

I am calling jquery ajax call, $.ajax({ type: post, url: formLink, cache: false, data:

  • 0

I am calling jquery ajax call,

$.ajax({
    type: "post",
    url: formLink,
    cache: false,
    data: ......,
    success : function(responseHTML) {
        $(".abc").html(responseHTML);
    }
});

Now in “.abc”, lets say,

<html>
..............
</html>
<script>
alert("11"); //Not getting this alert
</script>

even tried with

$(document).ready(function () {
alert("11");
});

Not able to get alert even after the success, Please help

Thanks in advance

  • 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-23T11:38:10+00:00Added an answer on May 23, 2026 at 11:38 am

    if the doctype is not of html5 then you will need the type attribute on the script tag

    oh.. and i hope you are not returning <html> tag in the response – only return a fraction of the html you need.

    and if you can – return it with attributes that can be analyzed at the success call and init your js function from there

    also remove the $(document).ready this event happened long before your ajax call, and will not happen again when you refresh a part of the page

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jQuery .ajax call: $j.ajax({ type: POST, url: /Services/Cart.asmx/UpdateQuantity, data: data, contentType:
I'm trying to get the success data from a jquery Ajax call so I
i call my asp.net page method like below code $.ajax({ type: POST, url: MyPage.aspx/GetItems,
I am calling a .txt file from a jquery ajax call. It has some
Using the following JQuery/AJAX function I'm calling a partial view when an option is
i'm trying to submit my Ajax form using jQuery. However calling the submit() function
I'm currently using jquery ajax to call a pagemethod (which works great); $.ajax({ type:
I am trying to call a servlet from jQuery's .ajax() function. At the moment
All, I have a Jquery ajax request calling out a URL. The ajax response
I'm calling a php function from my $.ajax call to add a new item

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.