http://jsbin.com/uxepap/3/edit
Here is div with links inside. I'm trying to replace comma inside last <a>
with point "."
This comma comes from numeral sort of the list, should be replaced with point.
The problem is, all links stored inside links
var, not sure how to get the last one and then replace it.
Any thoughts?