[jQuery] Superfish - How do I make superfish respond to onclick instead of hover?

2009-10-07 Thread Spencer
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

[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread Chris 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

[jQuery] [autocomplete] move select list next to input in DOM

2009-05-28 Thread Spencer
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

[jQuery] Return Dynamic Image using Ajax and PHP

2009-04-14 Thread Spencer
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

[jQuery] Drop down select list with images plugin?

2009-03-05 Thread Spencer
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

[jQuery] Re: Html navigation menus

2009-01-23 Thread Spencer
Thanks Joel. I'll have to give Superfish another try.

[jQuery] Html navigation menus

2009-01-22 Thread Spencer
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

[jQuery] Re: Sites Using jQuery

2008-06-01 Thread Spencer
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...

[jQuery] Dynamic forms and jQuery

2008-05-15 Thread Spencer
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

[jQuery] 3D Carousel Control Hot Spots

2008-03-23 Thread Spencer
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

[jQuery] Cycle Plugin and IE7 alignment offset

2007-12-28 Thread Spencer
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

[jQuery] Cluetip bug in IE7 - browsers title displays

2007-12-06 Thread Spencer
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

[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread Spencer
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

[jQuery] Re: Image Rotator Plugin?

2007-11-26 Thread Spencer
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

[jQuery] Re: Image Rotator Plugin?

2007-11-26 Thread Spencer
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

[jQuery] Image Rotator Plugin?

2007-11-26 Thread Spencer
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

[jQuery] Re: document.ready in an ajax response

2007-10-01 Thread Curtis Spencer
> 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

[jQuery] document.ready in an ajax response

2007-09-28 Thread Curtis Spencer
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: //

[jQuery] Proper use of the hoverIntent plug-in?

2007-08-18 Thread Spencer
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

[jQuery] Re: Problem with manipulating imagemaps?

2007-08-07 Thread Spencer
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

[jQuery] Swapping out an image map using jQuery

2007-08-02 Thread Spencer
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

[jQuery] ptTimeSelect plugin with focus() on form input

2007-07-22 Thread Spencer
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

[jQuery] Implement opacity on imagemap polygon

2007-07-18 Thread Spencer
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

[jQuery] Why pack jquery ?

2007-04-10 Thread Steve Spencer
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