I'm using a wp plugin that generated a video gallery. The movie titles are name in a predictable fashion "Movie Category: Movie title". The code generated is something like:
<div class="title">
Movie Category: Movie title
</div>
How would I remove "Movie Category:" from the outputted text?
Thank you in advance.
Using jQuery to remove text generated by plugin
Moderator: General Moderators
Re: Using jQuery to remove text generated by plugin
What have you tried? The .html() function or .text() functions would be a good place to start.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.