score:2

Accepted answer

I think the problem is that you are setting in a wrong way a tag:

"<a href='http://google.com'>Google</a>"

vs

'<a href="http://google.com">Google</a>'

Live example: http://jsfiddle.net/PLUpR/show/


Related Query

More Query from same tag