[jQuery] Clickable ?

2009-09-04 Thread lukas
I have a that only contains an image. How would I create a jquery-click function that basically would represent a normal tag for his ? Thank you!

[jQuery] Clickable autocomplete, like google

2009-09-01 Thread ladksak
Hello I'm looking for an autocomplete that have no "submit" button, but that when the user click on the autocomplete keyword he would be redirected to another URL, that i will choose i'm using http://dyve.net/jquery/?autocomplete but even the author dont know how to make this example: user typ

[jQuery] Clickable dropdown lists

2009-03-19 Thread christopher.m.t...@gmail.com
Hi everyone! I'm trying to work out a drop down list and can't seem to figure this thing out. So, here's my code: var menuclicked = 0; $('#dropDown1').click( function() { if( menuclicked == 1) { menuclicked = 0; $(this).find('ul').css('visibility', 'hidd

[jQuery] Clickable rotated image

2009-03-07 Thread Petar
I'm dynamically creating several elements which I want to rotate with custom degree, append it to some div, and bind onclick method to them. I tried jquery-rotate and Wilq32.RotateImage, but they don't work like they should - it seems to me that call to rotate function somehow breaks a command ch

[jQuery] Clickable slideshow not working as expected.

2009-02-01 Thread atomk
Using the hover function, I'm showing a before/after version of a photo (I have 2 photos stacked using z-index): $(function() { $('.current img.after').hover( function() { $(this).animate({opacity: "0"});

[jQuery] "Clickable" DIV possible?

2008-11-21 Thread lukas
Is it possible to "click" or select a DIV with jquery? $("DIV ID or Class?").click(function() { .

[jQuery] clickable block + fancybox jquery plugin trouble

2008-10-26 Thread [EMAIL PROTECTED]
Hello everyone! I tried to find the solution all around the web, but no luck, so I came here. I am using a jQuery plugin called FancyBox (http://fancy.klade.lv), which is a LightWindow clone, and it works great. Now, I want to have a clickable DIV that will allow me to call the FancyBox function

[jQuery] clickable block + fancybox jquery plugin trouble

2008-10-26 Thread [EMAIL PROTECTED]
Hello everyone! I tried to find the solution all around the web, but no luck, so I came here. I am using a jQuery plugin called FancyBox (http://fancy.klade.lv), which is a LightWindow clone, and it works great. Now, I want to have a clickable DIV that will allow me to call the FancyBox function