Question: Href # tag not working in chrome but working in other browser. I post the picture when it's error for example when I click Error:Street
Href # tag not working in chrome but working in other browser. I post the picture when it's error for example when I click "Error:Street 1" it should direct me to Street 1 box but now when I click it doesn't go. it works on other browser, only not working chrome.
This is the code for Href # tag I'm using
var msg="";
//looping the list of errors
each(newError,function(index,errorItm){
//link to the correct error to box
msg="
- "+"Error: "+errorItem+"
- ";
})
That is the line of code I used for href. the entire code is too long and isn't relate to that
*************************Note:most of the answers on chegg aren't correct**************************************

Error: Street 1 Error: City/Town Error: State/Territory Error: ZIP Code Indicates required information Source name O Error: Source name is required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
