jQuery: The Write Less, Do More JavaScript Library

Help finding this script

View: New views
4 Messages — Rating Filter:   Alert me  

Help finding this script

by Pedro Correia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Greetings!


I'm trying to find some jquery plugin like on this webpage
http://w1.siemens.com/entry/cc/en/

However I don't know that effect name, so I really don't know how to
search :)

For instance you have some links like: Drive Technologies, Automation
Technologies, Solutions for Industries, etc; when onmouseover the
header changes to other picture and changes the header text also, and
when you click on those links you see an animation too.

Can anyone help me finding this plugin (if jquery has something like
that, of course :))


Best Regards!

Re: Help finding this script

by Kevin Pepperman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The effects on this page are done with Adobe Flash.
 
I am not sure how you would do that with jQuery. But I will bet it could be done to some extent.

On Fri, Jul 4, 2008 at 2:32 PM, Pedro Correia <pjacorreia@...> wrote:

Greetings!


I'm trying to find some jquery plugin like on this webpage
http://w1.siemens.com/entry/cc/en/

However I don't know that effect name, so I really don't know how to
search :)

For instance you have some links like: Drive Technologies, Automation
Technologies, Solutions for Industries, etc; when onmouseover the
header changes to other picture and changes the header text also, and
when you click on those links you see an animation too.

Can anyone help me finding this plugin (if jquery has something like
that, of course :))


Best Regards!



--
Simone de Beauvoir  - "To catch a husband is an art; to hold him is a job."

Re: Help finding this script

by spicyj :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You probably want to use the "hover" event to replace a photo and a
block of text on your page.

What have you tried? Can you put up a simple test page for us to look
at?

Thanks!
~spicyj

Re: Help finding this script

by ajtrichards@googlemail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You use an 'onmouseover=()' event to change the image in a specified
div.

e.g

function changeImage(image_url){

      $("#image_container").empty();
      $("#image_container").append('<img src="' + image_url + '" />');

}

This function just swaps the images in the image container.

On Jul 4, 9:48 pm, "Kevin Pepperman" <chorno...@...> wrote:

> The effects on this page are done with Adobe Flash.
>
> I am not sure how you would do that with jQuery. But I will bet it could be
> done to some extent.
>
>
>
> On Fri, Jul 4, 2008 at 2:32 PM, Pedro Correia <pjacorr...@...> wrote:
>
> > Greetings!
>
> > I'm trying to find some jquery plugin like on this webpage
> >http://w1.siemens.com/entry/cc/en/
>
> > However I don't know that effect name, so I really don't know how to
> > search :)
>
> > For instance you have some links like: Drive Technologies, Automation
> > Technologies, Solutions for Industries, etc; when onmouseover the
> > header changes to other picture and changes the header text also, and
> > when you click on those links you see an animation too.
>
> > Can anyone help me finding this plugin (if jquery has something like
> > that, of course :))
>
> > Best Regards!
>
> --
> Simone de Beauvoir  - "To catch a husband is an art; to hold him is a job."
LightInTheBox - Buy quality products at wholesale price