[Solved] Getting piece of string in jQuery [closed]


You can do this –

var text = $('.example').text().split(':')[1];

Demo -----> http://jsfiddle.net/czW9x/

3

solved Getting piece of string in jQuery [closed]