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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:13:49+00:00 2026-06-05T04:13:49+00:00

How do you find if the response contains the element form $.ajax({ url :

  • 0

How do you find if the response contains the element form

    $.ajax({
        url     : $(this).attr('action'),
        type    : 'POST',
        success : function(response){
            if($(response).find('form').length)
            {
                alert("hii");
            }
        }
    });

Form could be the topmost element of the response or somewhere in middle

  • 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-05T04:13:52+00:00Added an answer on June 5, 2026 at 4:13 am
    $.ajax({
            url     : $(this).attr('action'),
            type    : 'POST',
            dataType: 'html', // you should set it 
                              //  if you response send html only
            success : function(response){
                if($(response).filter('form').length)
                {
                    alert("hii");
                }
            }
        });
    

    According to update:

            ....
            dataType: 'html',
            success : function(response){
                var container = $('<div/>').append(response);
                if($(container).find('form').length)
                {
                    alert("hii");
                }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's my code: $(#hifind-find).keyup(function(){ var val = $(this).val(); if (val.length > 1) { var
I can't seem to find a definitive response to this and it's driving me
I need to get all child div values from the AJAX response which contains
I have a certain response page which contains a form with a < select>
how can i fill a combo box with element from ajax response ps: the
I was looking in posts similar to mine, but didn't find any response to
Response to : Regular Expression to find a string included between two characters while
I'm trying to find a way to capture the response of ASP templates for
This is a snippet of my code. soup=BeautifulSoup(html_document) tabulka=soup.find(table,width=100%) dls=tabulka.findAll(dl,{class:resultClassify}) tps=tabulka.findAll(div,{class:pageT clearfix}) return render_to_response('result.html',{'search_key':search_key,'turnpages
find() here is a function of the simple_html_dom library, that should return dom node

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.