Page 1 of 1

Using jQuery to remove text generated by plugin

Posted: Thu Jan 06, 2011 11:40 am
by psurrena
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.

Re: Using jQuery to remove text generated by plugin

Posted: Thu Jan 06, 2011 4:02 pm
by pickle
What have you tried? The .html() function or .text() functions would be a good place to start.