473,503 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to configure this script to start on click instead of on hover ? (jQuery)

ilya Kraft
134 New Member
Hello,

I'm struggling to find out how to configure following script to start on mouse click instead of hover.

I tried replacing .hover with .focus .click .mouseover but it did not work.

Expand|Select|Wrap|Line Numbers
  1. $(document).ready(function(){
  2.  
  3.     $(".reginput input").hover(function() {
  4.       $(this).next("em").animate({opacity: "show", top: "-75"}, "slow");
  5.     }, function() {
  6.       $(this).next("em").animate({opacity: "hide", top: "-85"}, "fast");
  7.     });
  8.  
  9. });
  10.  
May 13 '11 #1
1 1820
johny10151981
1,059 Top Contributor
here is a little example with your problem
Expand|Select|Wrap|Line Numbers
  1. <div onclick='$(".reginput input").hover(function(){$(this).next("em").animate({opacity: "show", top: "-75"}, "slow");}, function() {$(this).next("em").animate({opacity: "hide", top: "-85"}, "fast");});'>
  2. </div>
  3.  
Have any doubt?
May 14 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
1589
by: swaroop | last post by:
Hi , I am running a program which at the end of each run comes up with a pop up saying whether every thing went fine or not. In that pop up I have to click on either "ok" or "cancel" to go ahead...
0
1097
by: bbembi_de | last post by:
Hi, I want to display a tooltip with a mouse click and not just when the mouse hovers over the control. I can't derive from tooltip because its sealed. so what can I do? thanks in...
14
3029
by: david | last post by:
I have developed web forms including login by using ASP.NET via HTTP. Now I want to secure the connection from client to the server via HTTPS. How can I configure the server or something else to...
0
888
by: Christopher Taylor | last post by:
I'm not sure if this is a problem with python or not. I'm trying to compile up mod_python to point to /usr/bin/python2.4 (RH has /usr/bin/python2.3 already installed to I don't want to mess with...
0
1273
by: txqzr4 | last post by:
Hi, I am trying compile PHP 5.2.0 on a Gentoo Linux system. The configure script hangs on "checking whether pwrite works" for several minutes and then dumps me to the command line with nothing...
13
3102
by: patberry | last post by:
I need a javascript to click an URL link at 7:00pm CST everyday which starts a web presentation?
1
1878
by: Leah | last post by:
Try to compile, but stuck at the following: .... checking for flex version... invalid configure: error: Found invalid flex version: 2.5.33. Supported flex versions are: 2.5.4. Is there any way...
1
1627
by: saravanatmm | last post by:
i want script code for the hover onn the text or images like this url http://www.istockphoto.com/file_search.php?action=file&lightboxID=2351475 Or double click on the text it shows the...
0
2812
by: amskape | last post by:
hi Friends, I need to Upload some files in a Listing , by clicking corresponding Upload link, then a popup window will come with Browse option as Shown in attachment File. My actual need is...
0
7201
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6988
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7456
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.