Hay i have a link like this
index.php?sometext=f,fsdsd,rerw,e,wewewe
and when i use .attr(“href”) on the link, it stops at the first comma, so it only displays
index.php?sometext=f
Any idea how to get ALL the href value
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should replace
,with%2Cin your links. This is URL encoding.