Tagged Questions

0
votes
1answer
26 views

jQuery tabs: Transition happens after mouseover

Hi, I am using this code: $(document).ready(function() { $("#tabs").tabs({ event: 'mouseover', fx: { opacity: 'toggle', duration: 'sl …
0
votes
1answer
24 views

how to control popup with ruby on rails, mouse roll-over

I have an application where user can see a list of cells. For each cell the user can see two images of the cell as popup menu. The problem is that all images are downloaded when a …
0
votes
2answers
33 views

jQuery Problem Mouseover the 2nd

Hey Guys, i have a Menu with the following Code: <div id="head_navigation"> <ul> <li><a href="javascript:void(0);"><img src="img/star …
0
votes
1answer
18 views

MouseOver event are missing alternately

I'm using a modified form of treeview, for the treeviewitem there is a template to show a textbox with a done button in a popup. I have used a static class to find if the mouseOver …
1
vote
1answer
13 views

[Silverlight] How to determine if the mouse cursor is over a given uielement ?

I need to determine whether the mouse cursor is over a given UIElement. The method should work even if another element is placed on top of it (because it has a bigger Zindex). I tr …
0
votes
1answer
6 views

How do you make a Jquery Tab both mouseover and yet click to open the page?

it wont let me submit more than one link, so please use your imagination, i need multiple tabs with mutliple mouse overs or images so that thing in the middle is an image <scri …
0
votes
1answer
75 views

Jquery mouseover/mouseout triggering inconsistently

I have two sortable lists, one being nested, with a mouse over effect on the li elements of the nested sortable list. My problem is that the mouseover and mouseout functions are b …
1
vote
2answers
59 views

Preload Mouseover Images in Rails

I currently have a rollover button implemented in rails as follows: <%= image_tag("header/home_but.gif", :mouseover => "header/home_over.gif") %> How can I preload/cach …
0
votes
2answers
134 views

jquery rollover confusion

Trying to get my rollovers to change src on rollover. This is working ok, though there is a bug. After I have clicked on a thumbnail, the src can sometimes contain the wrong src (t …
1
vote
6answers
554 views

How do I check if the mouse is over an element in jQuery?

Is there a quick & easy way to do this in jQuery that I'm missing? I don't want to use the mouseover event because I'm already using it for something else. I just need to kno …
0
votes
2answers
65 views

Running an action when mousing over (and leaving) an element (or its child elements)

Imagine I have the following elements: +------------------+ | | | +----------------+ | | | | | | | +----------------+ | …
1
vote
3answers
77 views

Mouse over Color in Java

I need to make a game in Java for a project. What I'm trying to do is a game where you have to go through a maze without touching the walls. Is there a way to get the color of th …
3
votes
3answers
52 views

jQuery activate a mouseover function only if the mouse holds on the element

Hi, I would like to activate a .mouseover function only if the mouse lays down on the "trigger" element for a predetermined duration (e.g. 500 milliseconds). E.g. $('.featured'). …
0
votes
0answers
8 views

help with mouseExited event being sent to a different NSView than the mouseEntered event

I can get a mouseExited event sent to different NSView than the mouseEntered event Scrolling with the scroll ball (or wheel) over a collection of subviews within a scrollview I so …
1
vote
2answers
62 views

How do I show something after mouseover longer than 1 second with jQuery QTip

I want to display a QTIP (http://craigsworks.com/projects/qtip/) after my mouseover is longer then 1 second on a link. how is this possible? If im with the mouse over the element …

1 2 3 4 5 next
15 30 50 per page