How to delete text string using JQuery?

Posted by Keith Donegan on Stack Overflow See other posts from Stack Overflow or by Keith Donegan
Published on 2010-03-26T14:21:33Z Indexed on 2010/03/26 14:33 UTC
Read the original article Hit count: 153

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery