[jQuery] toggle() won't hide

2009-07-22 Thread sccr410
http://www.erikaashauerphoto.com/blog/ At the end of each post there is the link to the comments, clicking uses the jQuery toggle() function. This works perfectly to show the comments below, but clicking on the link again does not hide the comments as expected. This is using jQuery in

[jQuery] Superfish with supersubs - won't auto adjust width

2009-05-17 Thread sccr410
http://demo.ashwebthemes.com In the main navigation at the very top and the categories in the second level navigation. Can't get either of them to adjust to a proper width.

[jQuery] Superfish won't show over innerfade

2009-03-02 Thread sccr410
www.ashwebdev.com/bulletin Subject says it all, can't get Superfish drop downs to display over the InnerFade plugin - This is in IE only, works fine in Firefox.

[jQuery] Re: [tooltip]

2009-02-13 Thread sccr410
Perfect, thanks!

[jQuery] [tooltip]

2009-02-09 Thread sccr410
Having issues with the tooltip plugin - http://bassistance.de/jquery-plugins/jquery-plugin-tooltip You can see a page here - http://www.erikaashauerphoto.com/photos/scenic-travel/ The page scrolls horizontally for style reasons. As you use the tooltip on images after scrolling horizontally, it

[jQuery] Zend.com home page type cycle

2008-01-24 Thread sccr410
I want to replicate the home page of Zend.com, but using jQuery - where to start? I've been trying to Cycle plugin, but I can't figure out how to be able to click on a link and show a specific slide. -- View this message in context:

[jQuery] Re: Find all links that go to .jpg images

2007-11-01 Thread sccr410
This worked like a charm: script type=text/javascript $(document).ready(function() { $(a[href$='.jpg']).addClass('thickbox'); }); /script -- View this message in context:

[jQuery] Find all links that go to .jpg images

2007-10-31 Thread sccr410
I'm trying to use jQuery to add the thickbox functionality to every link which links to a jpg file. How can you do this? -- View this message in context: http://www.nabble.com/Find-all-links-that-go-to-.jpg-images-tf4728653s27240.html#a13520912 Sent from the jQuery General Discussion mailing

[jQuery] Clear input fields for login form

2007-08-14 Thread sccr410
Im trying to replicate the login form on the home page of http://www.webshots.com It shows User name and Password in the text fields. When you click, they disappear. On the password, it even changes it to a password type input and uses the asterisks. -- View this message in context:

[jQuery] Re: Clear input fields for login form

2007-08-14 Thread sccr410
PERFECT. Thanks for the quick response. Glen Lipka wrote: Two plugins that do that. Not sure the better term, Overlabel or Watermark. http://digitalbush.com/projects/watermark-input-plugin http://scott.sauyet.com/Javascript/Demo/Overlabel/ Glen On 8/14/07, sccr410 [EMAIL

[jQuery] Form in Thickbox window

2007-07-17 Thread sccr410
I have a form with JavaScript validation. It is displayed in a Thickbox window and pulled from an inline div (initially hidden). For some reason, the JS form validation doesn't work. I believe it is because the ID or NAME attribute of the form elements are being changed somehow to create the

[jQuery] Re: Hidden divs, showing based on anchor in URL

2007-07-06 Thread sccr410
://www.stilbuero.de/jquery/history/ Glen On 7/5/07, sccr410 [EMAIL PROTECTED] wrote: http://www.hughesnunn.com/attorneys.html You can see on the URL above, I am using hidden divs that get shown when a user clicks on the name - nothing fancy for jQuery. However, if you go to the home

[jQuery] Hidden divs, showing based on anchor in URL

2007-07-05 Thread sccr410
http://www.hughesnunn.com/attorneys.html You can see on the URL above, I am using hidden divs that get shown when a user clicks on the name - nothing fancy for jQuery. However, if you go to the home page, I want to be able to link each of the attorney names using an anchor in the URL and by