Thanks Aaron and Scott - that works perfectly.
And Aaron, thanks for the link - I had looked at that area but didn't
connect the dots. This opens up a lot for me.
thanks again
George
On May 3, 3:01 pm, millionmonkey <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> This works -
Hi folks,
This works - but I was wondering if there is a cleaner more jquery way
to do the same thing? Perhpas there is a selector that I missed in
the docs?
$(function() {
s = $("img").eq(0).attr("src")
if (s.search("images/m")>0) {
$("img").eq(0).addClass("newimage")
}
});
tia,
George
I put an example out of the hover function for those who like to see
working examples.
Hover over the Unorder List in the left column to see it at work
http://www.levelfield.com/newsticker1.html
On Apr 29, 7:38 pm, Ralph <[EMAIL PROTECTED]> wrote:
> I'm tryin to do a hover effect for a using a
Sam, thanks for the update. Just in the nick of time for me as
well.
Newsticker Example:
http://www.levelfield.com/newsticker1.html
On Apr 27, 12:06 pm, Sam Collett <[EMAIL PROTECTED]> wrote:
> I've updated my news ticker plugin with some bug fixes and added a few
> more examples of how to use
4 matches
Mail list logo