Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4031668
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:37:32+00:00 2026-05-20T11:37:32+00:00

I have an asp.net animation extendeer like this: aspext:AnimationExtender ID=extender TargetControlID=Panel1 runat=server> Animations> OnLoad>StyleAction

  • 0

I have an asp.net animation extendeer like this:

aspext:AnimationExtender ID="extender" TargetControlID="Panel1" runat="server">
            Animations>
                OnLoad>StyleAction Attribute="backgroundColor" Value="red" />/OnLoad>
                OnClick>StyleAction Attribute="backgroundColor" Value="blue" />/OnClick>
                OnMouseOver>StyleAction Attribute="backgroundColor" Value="pink" />/OnMouseOver>
                OnMouseOut>StyleAction Attribute="backgroundColor" Value="yellow" />/OnMouseOut>
                OnHoverOver>StyleAction Attribute="color" Value="orange" />/OnHoverOver>
                OnHoverOut>StyleAction Attribute="color" Value="purple" />/OnHoverOut>
            /Animations>
        /aspext:AnimationExtender>

I want to perform OnHoverOver and OnHoverOut using jquery. what are the events for these. I tried hover but it is not working. Basically I am calling jquery triggerevent and I need to pass event name. I am not sure what will be events names for these two. I tried others like click etc and they worked.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:37:33+00:00Added an answer on May 20, 2026 at 11:37 am

    Try this :

    $('#selector').hover(function(){
      //do something, this is for hoverover
      },function(){
      //do something this is for hoverout 
    })
    

    next method :

    $("#selector").mouseover(function(){
      //do something, for hoverover
    }).mouseout(function(){
       //do something, for hoverout
    });
    

    another method :

    $("#selector").mouseenter(function(){
      //do something, for hoverover
    }).mouseleave(function(){
       //do something, for hoverout
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have asp.net TextBox with ontextchanged event this is search text box in my
I have asp.net Menu Item <asp:MenuItem NavigateUrl= Text=Download Value=Download/> . When this item gets
I have this serious: I have ASP.NET page, This page contents Update panel with
I would like to use a flash menu in Asp.net 2.0. However, I have
i have asp.net application. it has App_Data folder. this folder contain mdf and ldf
I have ASP.NET MVC Beta on our web server running a few apps. My
I have ASP.NET webFroms application on my local, when i try to use this
So I have this idea of creating a asp.net user control, to handle all
I have asp.net chart intervel issue. I am feed data to chart like below
I have asp.net form that contains fields. When I access this window, my javascript

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.