Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Mouseleave jQuery help

  • Paul Sussex
  • Paul Sussex's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #45015 by Paul Sussex
Mouseleave jQuery help was created by Paul Sussex
Hi Guys,

I've got my Frontpage Slideshow set up all nice, the slide changes perfectly on mouseover.

I'm wondering if someone can help me with getting it to reset to the first slide on mouseleave?

This is the Jquery for mouseover:
if (j.settings.event == 'mouseover') {
				j.buttons.bind('click', function (a) {
					a.preventDefault();
					window.location.href = $(this).attr('href')
				})
			}

I've tried messing around with the code adding mouseleav but I can't get it to have any effect, any help would be great!

Thank you

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum