How to delete text string using JQuery?
- by Keith Donegan
Hi Guys,
I have the following code:
$('.breadcrumb:contains(",")').hide();
It does as expected and hides the entire breadcrumb,
but how would I go about just remove the comma?
==========
EDIT:
Link 1,
Link 2
==========
Thanks for any help