[jQuery] Internet Explorer Issue with Hover State

2009-06-27 Thread BigFisch
I'm having an extremely frustrating issue with Internet Explorer 7 and the Hover State of this div (highlighted in red). http://www.screencast.com/users/dfischer/folders/Jing/media/0277db31-2f2e-403d-b7f3-97d4ffe71c88 To view an example of what's going on. If I try simply using jquery's mouseov

[jQuery] Regarding jQuery UI tabs()

2009-03-24 Thread BigFisch
I was wondering if there was a way to rename the class when something is "active". Is it possible to define this in a parameter? Instead of "ui-state-active", I'd like it to use "active"

[jQuery] How do I create an auto scaling background?

2008-12-09 Thread BigFisch
Take a look at http://ringvemedia.com/shanghai Do you see how if you resize the browser window, the background image automatically scales? How would I do this with jquery?

[jQuery] Makijg a carousel plugin (jCarousel, jCarouselLite, and others) work with modal overlay?

2008-12-01 Thread BigFisch
Seems like every carousel plugin doesn't seem to work with any modal overlay. Meaning something like Boxy or Facebox. I think this is due to the carousel plugins looking for a height and width to set on the container element. One mentioned showing and hiding the carousel div to get the plugin to

[jQuery] Re: Fade effects when using replacement technique?

2008-11-26 Thread BigFisch
Thank you. On Nov 26, 6:27 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > n_video.clone().hide().insertAfter(u_video).fadeIn() ? > > On Nov 26, 10:38 pm, BigFisch <[EMAIL PROTECTED]> wrote: > > > For an idea, here is a snippet: > > >     n_video.clone().ins

[jQuery] Fade effects when using replacement technique?

2008-11-26 Thread BigFisch
For an idea, here is a snippet: n_video.clone().insertAfter(u_video); Is there a way to make it so the content that is inserted, is inserted with an "effect?" If anyone can provide an example that would be awesome. Thanks!

[jQuery] Could use some help trying to get autocomplete / editable to work in Rails

2007-08-05 Thread BigFisch
Hi, I'm very novice at javascript, and the team I work with likes to use jQuery. Now, I'm trying to learn and play around with things, but there really isn't any content on the web related to jquery and rails. I know there are guys that use it, but there isn't material I can really learn off of.

[jQuery] Could use some help trying to get autocomplete / editable to work in Rails

2007-08-05 Thread BigFisch
Hi, I'm very novice at javascript, and the team I work with likes to use jQuery. Now, I'm trying to learn and play around with things, but there really isn't any content on the web related to jquery and rails. I know there are guys that use it, but there isn't material I can really learn off of.