[jQuery] Re: nonsecure items

2007-09-26 Thread Weaver, Scott
9 times out of 10 this caused by an iframe that has no "src" attribute defined. I usually fix this by adding src="javascript:void(0)". I have heard that others have encountered issues using this workaround however; I have never had any problems with it. -scott -Original Message- From:

[jQuery] Re: NSFW: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
Ah, yeah, sorry about that. Should have used [NSFW] but I thought the title and description would indicate that the content therein might be too racy for certain environments. -scott -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Geary

[jQuery] SUSPECT: RE: [jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
bject: [jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before URL didnt work. :( Glen On 9/12/07, Weaver, Scott <[EMAIL PROTECTED]> wrote: This is just to good to keep to ourselves, so I submitted it to Digg :D http://digg

[jQuery] SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
This is just to good to keep to ourselves, so I submitted it to Digg :D http://digg.com/programming/jQuery_1_2_Female_Masturbation_and_the_Vibra tor_Dilemma -scott -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Wednesday, Septe

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Weaver, Scott
Very nice! I think the "bouncing" is on purpose and is probably using easing or something similar to achieve the effect. As for !important, this allows the specific css property value to take precedence over the same property that might be overriding it. For example, say I have this define

[jQuery] Re: Safari: Elements within overlaying Div not recognised

2007-08-02 Thread Weaver, Scott
Hmmm, sounds like a z-index issue. Try setting z-index value of the div that contains the images and close button to a fairly highly value and see if that enables you to interact with them images. Hth, -scott > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECT

[jQuery] Re: [Slightly OT] What's your setup?

2007-06-22 Thread Weaver, Scott
OS: - Work: Windows XP - Home: Ubuntu Linux Dapper Drake IDE: Eclipse Language: - Java - Ruby - PHP when I am forced to (using Drupal) ;) Frameworks: - Apache Jetspeed - Wicket - Spring Components - Hibe

[jQuery] Re: Png fix for ie 6

2007-04-05 Thread Weaver, Scott
Thanks for the update on that, Klaus. -scott > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Klaus Hartl > Sent: Thursday, April 05, 2007 10:32 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Png fix for i

[jQuery] Re: jquery and firefox extension

2007-04-05 Thread Weaver, Scott
Sure. I am, but nothing super complex yet. So far I have used $(e).attr() in a couple places and it works fine. -scott > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ámon Tamás > Sent: Thursday, April 05, 2007 10:36 AM > To: jQuery (En

[jQuery] Re: Png fix for ie 6

2007-04-05 Thread Weaver, Scott
Watch out for using scripting in IE styles to fix png transparencies. I tried this approach and it is inefficient to say the least, especially if your images are involved in any type of effect on the page. I caught IE calling the style script 3 times for a single image in some cases. Any time yo