I was wondering if jQuery (or maybe a plugin of jQuery) has the ability to select a text in the page so I could replace it. Similar to what is done in AngularJS with {{myExpression}} - what I would like to do is select {{myExpression}} and replace it with something else using jQuery.
Yes - I know I can have an empty span with an id and change it's inner text - that's not what I need.
Thank you