In general, you dont need a plugin for this. Check the API for hover.

$("p").hover(function(){
  $(this).addClass("hover");
},function(){
  $(this).removeClass("hover");
});

This can achieve your goal in alot of ways.  The CSS class could have an
image-sprite background.
See my examples here.   lots of variations of this:
http://commadot.com/?p=590

There are also other fancier versions, like LavaLamp that really add a new
dimension.
http://gmarwaha.com/blog/?p=7

Have you created any jQuery pages yet?  If you post samples, we can help you
learn.
The tutorials on the website are very good too.

Using jQuery is very different than the built in Dreamweaver stuff, it's
much simpler.

Glen


On 9/6/07, howa <[EMAIL PROTECTED]> wrote:
>
>
> Rollover button (image),
>
> i.e.
>
> the classifcal MM_rollOver() & MM_preloadImage() functions replacement
> using jQuery.
>
>
>
> On 9月7日, 上午1時22分, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> > Could you be a little more specific?
> > Maybe show a page that has the kind of effect you are looking for?
> >
> > I think the answer is Yes, but you need to be more specific, there are
> alot
> > of different variations.
> > You may not need a plugin at all.
> >
> > Glen
> >
> > On 9/6/07, howa <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> > > Something like what dreamweaver provide, are there such as plugin in
> > > jQuery?
> >
> > > Thanks.- 隱藏被引用文字 -
> >
> > - 顯示被引用文字 -
>
>

Reply via email to