Remove specific text from any element
Some times we have a paragraph and we need to remove some text or word dynamically but we don’t have any id or class to target that text/word. Using jQuery we can easily solve this problem. Suppose we have this paragraph
Categories: All Products, Themes, Plugins
Now i want to remove “Categories:” text so here is jQuery code.