Re: [jQuery] Re: img src replacement

2010-01-07 Thread Glen Healy
> function() { > > > > $(this).attr("src", "./images/avail_hover.png"); > > > > }, > > > > function() { > > > > $(this).attr("src", "./images/availab.png"); > > > > } > > > >

Re: [jQuery] Re: img src replacement

2010-01-07 Thread Glen Healy
I put up my site quickly here: http://www.glenhealy.com/ the image should be at the bottom in the footer, if you can view the code, maybe you can see what the deal is? i used the exact code used in the example so there has to be a file issue On Thu, Jan 7, 2010 at 12:44 PM, MorningZ wrote: > i