Jump to content

Javascript dates/string?


galvin

Recommended Posts

I run some Ajax code that brings back a reply that is equal to "1990".  The php page I call literally says...

 

echo "1990";

 

I have an arrray called "answer" where the element in the "1" position is equal to "1990"...

var classicmovies = new Array("1986","1990");

However, when I run the code below, it does not work.  I think it's seeing reply as 1990 rather than "1990", so it's not a match. 

 

As a test, i changed the word reply in the code below to be "1990" (with quotes) and then the code ran fine.

 

I'm guessing something is up with how the date 1990 is being handled as a number instead of a string?  Is there a way to throw quotes around the word reply below?

 

I'm at a loss here.  Anyone know what's wrong?

 

 

function compare(reply){

if (answer[1] == reply) {
//do this
}
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.