jQuery showing error message when / is passed after # character from the URL [on hold]
up vote
-2
down vote
favorite
I have this link:
futura-dev.totalcommit.com/categorias/#tab-educacao/ensino/
Now on console log I see this error message:
Uncaught Error: Syntax error, unrecognized expression: #tab-educacao/abs
but if the url is
futura-dev.totalcommit.com/categorias/#tab-educacao
then no error message showing.
do you know why? and how to solve it?
javascript jquery
put on hold as off-topic by Quentin, Shree, Mike M., ekad, AdrianHHH yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Quentin, Shree, Mike M., ekad, AdrianHHH
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 3 more comments
up vote
-2
down vote
favorite
I have this link:
futura-dev.totalcommit.com/categorias/#tab-educacao/ensino/
Now on console log I see this error message:
Uncaught Error: Syntax error, unrecognized expression: #tab-educacao/abs
but if the url is
futura-dev.totalcommit.com/categorias/#tab-educacao
then no error message showing.
do you know why? and how to solve it?
javascript jquery
put on hold as off-topic by Quentin, Shree, Mike M., ekad, AdrianHHH yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Quentin, Shree, Mike M., ekad, AdrianHHH
If this question can be reworded to fit the rules in the help center, please edit the question.
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday
|
show 3 more comments
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I have this link:
futura-dev.totalcommit.com/categorias/#tab-educacao/ensino/
Now on console log I see this error message:
Uncaught Error: Syntax error, unrecognized expression: #tab-educacao/abs
but if the url is
futura-dev.totalcommit.com/categorias/#tab-educacao
then no error message showing.
do you know why? and how to solve it?
javascript jquery
I have this link:
futura-dev.totalcommit.com/categorias/#tab-educacao/ensino/
Now on console log I see this error message:
Uncaught Error: Syntax error, unrecognized expression: #tab-educacao/abs
but if the url is
futura-dev.totalcommit.com/categorias/#tab-educacao
then no error message showing.
do you know why? and how to solve it?
javascript jquery
javascript jquery
edited yesterday
asked yesterday
creativeartbd
389314
389314
put on hold as off-topic by Quentin, Shree, Mike M., ekad, AdrianHHH yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Quentin, Shree, Mike M., ekad, AdrianHHH
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Quentin, Shree, Mike M., ekad, AdrianHHH yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Quentin, Shree, Mike M., ekad, AdrianHHH
If this question can be reworded to fit the rules in the help center, please edit the question.
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday
|
show 3 more comments
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday
|
show 3 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to provide a Minimal, Complete, and Verifiable example. Simply including jQuery on a page with a URL like that will not produce that error. You must have JavaScript in the page which explicitly reads that value and does something with it.
– Quentin
yesterday
Actually this the WordPress website and I don't have any other js or jquery error. You may be check this URL: futura-dev.totalcommit.com/categorias/#tab-educacao/ensino
– creativeartbd
yesterday
"You may be check this URL" — You have over one hundred scripts on that page. You need to provide a Minimal, Complete, and Verifiable example.
– Quentin
yesterday
but if you refer to console log then you can see it's telling the error us coming from jquery.js file
– creativeartbd
yesterday
Please read Something on my web site doesn't work. Can I just paste a link to it?. Questions that depend on external resources to be understood become useless when the external resource goes away or is fixed. Create a Minimal, Complete, and Verifiable example and put it in the question itself instead.
– Quentin
yesterday