Is there a way I can change the basic text version of ‘&’ and replace it with an image? I was thinking can we do it in jQuery? I don’t want to use php for this.
Or is there a way to target it using css?
Thanks.
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.
Yes, you could do it like this (asuming you want to replace inside
#containerelement):We’re doing it in 2 steps because we don’t want ampersands in the html code to be replaced
Hope this helps. Cheers