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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:40:14+00:00 2026-05-24T05:40:14+00:00

im comparing string to make ajax work here is html page $(#contact).submit(function(){ $.ajax({ url:contact_ajax.php?action=contact,

  • 0

im comparing string to make ajax work here is html page

 $("#contact").submit(function(){

       $.ajax({
         url:"contact_ajax.php?action=contact",  data:"name="+$('#name').val()+"&email="+$('#email').val()+"&message="+$('#message').val()+"&lang=<?php echo $_GET['lang']; ?>",
          success: function(html){
         // $("#script").html(html)
         //alert(html)
         switch(html){
           case "name required":
           jQuery('#name').hide()
           break;
         }
         }
       })

})

here php page:

header('Content-Type: text/html; charset=iso-8859-1',true);

 if($_GET["action"]=="contact"){


if(trim($_GET["name"])=="") echo "name required"; else{   if(trim($_GET["name"])!=="")   echo "name filled"; }

so if “name required” is echo back to the page this: jQuery(‘#name’).hide() should happen
but nothing happens??

  • 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-24T05:40:16+00:00Added an answer on May 24, 2026 at 5:40 am

    Try to alert html string that you get in the success handler. May be its not matching the required condition.

    Try this

    switch($.trim(html)){
               case "name required":
               jQuery('#name').hide()
               break;
             }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I make this work? switch(property.PropertyType){ case typeof(Boolean): //doStuff break; case typeof(String): //doOtherStuff
I've had some success comparing strings using the PHP levenshtein function. However, for two
Comparing string in C# is pretty simple. In fact there are several ways to
string a=I am comparing 2 string; string b=I am comparing 2 string; if(a==b) return
I am getting a difference when comparing two string which are 0 and '0'
How can I change the following regular expression to make empty values (a.k.a String.Empty)
I'm comparing 2 URL query strings to see if they're equal; however, I want
I'm trying to make a list in Genie and it doesn't seem to work.
Possible Duplicate: Python ‘==’ vs ‘is’ comparing strings, ‘is’ fails sometimes, why? In Python,
After a few harsh lessons I now always use OrdinalIgnoreCase when comparing Strings in

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.