Using jQuery to remove text generated by plugin
Posted: Thu Jan 06, 2011 11:40 am
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.
<div class="title">
Movie Category: Movie title
</div>
How would I remove "Movie Category:" from the outputted text?
Thank you in advance.