I am using superfish and I am wondering how I can go about changing
the hover event to click so that when people hover over the links it
doesn't do anything until they click them.
Thanks,
Spencer
Thanks JohnZ/Eric. That works perfectly!
Chris
On Wed, Jul 29, 2009 at 1:23 PM, Eric Martin wrote:
>
> Chris,
>
> Regarding SimpleModal, wouldn't this accomplish what you are looking
> for?
>
> $.modal('http://www.ericmmartin.com"; id="iframeTest"
> name="iframeTest" height="450" width="830" sty
I've got an application where I need the select list (the dropdown
menu) to be created inside the parent of the input object, rather than
at the end of the body.
Briefly: we're doing an autocomplete box inside a spring-loaded "fly-
out" element. The element is shown by a hover event. When the c
Hi,
I have a PHP script that is generating an image based on values passed
to the script using jQuery Ajax functionality. Here is the important
part of the PHP script;
header('Content-Type: image/jpeg');
imagejpeg($image, 'images/tmp/admin.preview.jpg');
imagedestroy($image);
I can get the imag
Does anyone know of a jQuery plugin that allows you to create drop
down select lists with images like the ones used at onlineshoes.com?
See link below, the select lists I'm referring to are the size and
color selectors.
http://www.onlineshoes.com/productpage.asp?gen=m&pcid=129007
Thanks in advan
Thanks Joel. I'll have to give Superfish another try.
I was wondering if anyone has done the following with jQuery or if
anyone knows of a plugin that does the same. If you refer to the
target.com home page and mouseover one of the main nav buttons, like
"women". You'll see that a large html menu comes down.
What I need to do is similar, but with a
I was just on CapitalOne.com and they are using jQuery as well.
On Jun 1, 11:35 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> From Twitter:
>
> Jisko (alpha.jisko.net») & Vine (http://vine.feedprocess.com/) use jQuery.
>
> Be sure to follow @jquery for news, sites and tips.
>
> Rey...
I'm trying to create an order form where the user starts out with a
single row of form inputs for entering quantity and part number. The
user should be able to click the "add row" which creates the next row
of form inputs. When all rows have been filled in, the the user will
submit the form and th
I have implemented the Interface 3D Carousel, but I need to have
external controls that can be moused over to cause the rotation to
occur just like when mousing over the lower corners of the carousel.
These right and left rotation controls must be outside the carousel
div. Does anyone know if this
First off... great work on the Cycle plugin. I have a set of rotating
logos using Cycle and it works and looks great on FireFox, but IE7 has
one problem. The logo images are indented to the right about 100px.
If I remove all the images but one, then the image goes back to the
left just like on Fi
I'm trying to use the Cluetip plugin to display data on mouseover of
the tr tag. The data displayed is stored in the title attribute. It
works great in FireFox, but in IE7 the browsers default title displays
along with the Cluetip. Am I missing an option that would allow
Cluetip to override the
Karl,
Thank you for making the modification. I'm trying to do the same thing
as driven. Your modification works great in my situation.
Spencer
On Dec 6, 9:30 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> The default is to return false on a link click
uery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Spencer
> Sent: Monday, November 26, 2007 1:57 PM
> To: jQuery (English)
> Subject: [jQuery] Re: Image Rotator Plugin?
>
> Flipping through images is exactly what I need. The Cycle plugin appears to
> be what I
y/cycle
>
>
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Spencer
> Sent: Monday, November 26, 2007 11:39 AM
> To: jQuery (English)
> Subject: [jQuery] Image Rotator Plugin?
>
> I'm looking for a jQu
I'm looking for a jQuery based image rotator plugin, does anyone know
of one that is light weight? It really only needs to be able to
rotate a group of images as a set interval with basic fadein and
fadeout transitions. If it could rotate text along with the image that
would be great, but right n
> wrote:
> document.ready won't trigger anymore after the page has been loaded.
> Seehttp://dev.jquery.com/ticket/904
> So avoid $(document).ready() in ajax response snippet.
>
> new function() {
> alert('Hi')
> }
>
> You are actually creating a new instance
Hi,
I have a page that makes an Ajax request that gets a a snippet of html
that includes the following tag:
//
Nothing happens in this case. However, if i change the tag to this:
//
I'm trying to use the hoverIntent plugin with jQuery, but I don't
fully understand how it works and was hoping someone could help me out
with a few issues I'm having.
The page I'm working on is at http://schollsferryauto.com , the two
buttons in the upper right corner of the page which are "Hours
when I do and if
I find a solution I will post the solution here. Either way I would
like to make jQuery work.. I really don't want to use Flash.
Spencer
On Aug 7, 6:48 am, Howard Jones <[EMAIL PROTECTED]> wrote:
> [sorry if this is a duplicate - it looks like I sent the first on
I have an image with an image map assigned -- which works properly.
However, I have a second image map that needs to be swapped in so it
overwrites the first image map. I'm using jQuery and .html() to
insert the second image map, but when I mouse over the second image
map it appears to be the fir
milar to the Calendar plugin where on focus in the
input field it will also popup the time select element. I have tried
chaining and putting the ptTimeSelect code within a function inside
the focus() function, but neither work properly. Any direction would
be greatly appreciated.
Thanks.
Sp
area" tags, but I can't seem to get the opacity to apply,
even though the "setOverlay" class is applied. I would really
appreciate any help or suggestions.
Thanks,
Spencer
CSS #
.setOverlay {
background-color: #C2C2C2;
filter: alpha(opac
I'm sure this has been covered before, but if your web server is set
to compress javascript automatically, is it worth it to pack jquery.js
with the extra time spent unpacking?
Simple case in point:
Start with the packed jquery.js and a jsmin-izied jquery-min.js:
Size in bytes before gzip:
209
24 matches
Mail list logo