[jQuery] Re: unsubscribe

2008-10-01 Thread Adam Weis
Steve,

To unsubscribe you'll need to edit your jQuery group settings.
http://groups.google.com/group/jquery-en/subscribe?hl=en

Select the "No Email" option and save your settings.

-Adam

On Wed, Oct 1, 2008 at 7:18 PM, Steve Schnable <[EMAIL PROTECTED]> wrote:

> unsubscribe!
>


[jQuery] Re: Can't get css png fix plugin to work....

2008-08-25 Thread Adam Weis
Arron,

You'll need to do the initialization in the DOM ready block.  Take a look at
http://docs.jquery.com/How_jQuery_Works under the section titled "Launching
Code on Document Ready".  In your case, you probably need something like
this -

 $(document).ready(function(){
 $('div#logo').cssPNGFix();
 });


Hope that helps.

-Adam

On Mon, Aug 25, 2008 at 4:37 PM, Aaron <[EMAIL PROTECTED]> wrote:

>
> what do you mean initialize the script???  I added it to the html file
> using the 

[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-25 Thread Adam Weis
Delic,

Two things I noticed just glancing at your page -

1. your No Conlict function is placed inside a  inside of another