On Dec 10, 8:48 am, fony <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm a new guy on JQuery, now reading the JQuery in action,
> and I encounter with one issue:
> .menu :hover > a { ...}
>
> anyone who has idea how to change into JQuery format?
> or is that possible with jquery,
> will be very appreciate,tks
Look for jquery event function as..
$(".menu a").hover(
function1(){
// style for mouse over
},
function(){
// style for mouse out
}
};
- [jQuery] change the css into JQuery format( .menu :hover > ... fony
- [jQuery] Re: change the css into JQuery format( .menu :ho... ricardobeat
- [jQuery] Re: change the css into JQuery format( .menu :ho... evan

