You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's (some) UTF-8 letters like šđčćž. I haven't tested with all of them, but once I fix the name from Darko Stanimirović to Darko Stanimirovic in the responseData (Ajax), it works. Also, I've been trying to do parseTaggedText with no luck, until I changed the letter.
In the jquery-textntags.js, line 34, you have to change :
/(@)[[(\d+):([\w\s.-]+):([\w\s@.,-/#!$%^&*;:{}=-_~()]+)]]/gi by /(@)[[(\d+):([\w\s.-]+):([\W\w\s@.,-\/#!$%^&*;:{}=-_~()]+)]]/gi
or you can redefine the parser properties in the trigger object...
When I hit a tag, it appears as normal text.
I noticed this HTML:
But on the website, when I test a tag, the markup is different:
Sorry if I'm missing an obvious setting or something… The CSS file is being included, but it can't reach the correct HTML.
Thanks!
The text was updated successfully, but these errors were encountered: