Tom Powers
asked on
if statements are ignored in reading them from a xml file.
This Football gamecast doesnot catch a if statement which will write text on top of the field Text using HTML Canvas. I watch this App blow past the part in which I USE THIS
This doesn't work I attached 86.xml which is the xml file with PlayType'== "PERIODEND
'Status' == "HT" This project is huge I can't get out of the starting gate figures.
GridIron2.html
AB-3171-86.xml
if( $(Play).attr('PlayType') == "PERIODEND" ) {
if( $(Play).attr('Status') == "HT") {
}
This doesn't work I attached 86.xml which is the xml file with PlayType'== "PERIODEND
'Status' == "HT" This project is huge I can't get out of the starting gate figures.
GridIron2.html
AB-3171-86.xml
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
tHE if( $(Play).attr('PlayType') == "PERIODEND" ) {
// if( $(Play).attr('Status') == "HT") { IS causing all my problems any suggestions on what i'm missing like a && and AND Statement to join to statements
// if( $(Play).attr('Status') == "HT") { IS causing all my problems any suggestions on what i'm missing like a && and AND Statement to join to statements
ASKER
Open in new window