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**************************************
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started