You should have:
$("p").hover(
function () {
$(this).css("color","red");
},
function () {
// do something... or nothing
}
);
Hover needs 2 functions, as there are 2 events associated with it
( over , out).
On Sep 6, 1:52 am, nic <[EMAIL PROTECTED]> wrote:
> I'm having the same problem with a site I just launched. It's not
> preventing the page from loading in IE6 and IE7, but in IE8 pages
> won't load using the AJAX (AHAH) function built into the UI Tabs.
>
> Home page is here:https://www.streamingteacher.com/home/index.aspx
>
> Tabbed page is
> here:https://staging.streamingteacher.com/MastercamX3/Mastercamx3_Home.aspx
>
> Click on "contents" to load the AJAX page.
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---