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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:57:00+00:00 2026-05-23T12:57:00+00:00

I have the following js part to save some data and when it’s saved

  • 0

I have the following js part to save some data and when it’s saved ok i like to hide the form and show a succes message.

I have this:

$.ajax({
       type: "POST",
        url: "<?php echo dirname(WP_PLUGIN_URL.'/'.plugin_basename(__FILE__)); ?>/save.php",
                data: str,
                success: cb_success
            });
var cb_success = function(msg){
            alert('test '+ msg);
                        if(msg == "OK") 
                        {
                            result = '<div class="notification_ok">Thank you!</div>';
                            alert('test '+ result);
                            jQuery("#widget-firn").hide();
                        }
                        else
                        {
                            result = msg;
                        }
                        jQuery(this).html(result);
                    /
                }

The first alert does show OK , but the if(msg == “OK”) doesn’t seem to work???

  • 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-23T12:57:01+00:00Added an answer on May 23, 2026 at 12:57 pm

    If alert(msg) returns “OK” yet msg=="OK does not work, try forcing msg toString() as it may not be that, and the reason alert does show it as one is because alert often does a toString() automatically.

    So try:

    msg.toString() == "OK"
    

    If that doesn’t work, then inspect what exactly msg is by using console.log(msg) for example.

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

Sidebar

Related Questions

We have a web part on which we display some data in a grid.
I have the following form in a partial view @model PartDetail @using (Ajax.BeginForm(Create, Part,
I have the following part of a function that is driving me crazy. As
I have the following class (part of it): class SearchViewModel : BaseViewModel<SearchResultItem> { private
Thanks in advance for your assistance. I have the following exported part: [Export (typeof(INewComponent))]
I have the following Facebook iframe as part of the template: <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot;
I have the following ugly if statement that is part of a class that
I have the following string (the double quotes are part of the string): abc
I have the following code in one cpp file which is part of a
Ok - I have the following code - on the starred part I get

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.