I have a part of a blog that is manageable.
These are the TAGS. By default in the system, you tell the TAG in a specific field and it includes the blog.
The code looks like this:
<a href='blablabla' class='tags'>tagSYS, </a>
That is, tagSYS
is the reserved word, what happens is that it always includes a comma, this is correct when it has more than one word.
But when you have only one, or when it's the last word, it's strange a "," where there is no continuation.
Can you take this with jQuery?
I thought about using
$( "tags" ).last()...
I do not know the syntax for removing 'text'.
An example: