[jQuery] toggle removes objects' original href=go here function

2007-01-05 Thread Hannah Gray
around this? Thanks! my code is below. $(document).ready(function() { $(#download).toggle(function() { $(#donate).show('slow'); }, function() { $(#donate).hide('fast'); }); }); Hannah Gray www.geekgrl.net [EMAIL

Re: [jQuery] change img src

2006-10-10 Thread Hannah Gray
Thanks for the suggestion.  I was avoiding this option because it assumes the layer is visible in the first place, or, rather, it requires you to hard code the toggle order to match the initial hidden/visible schema. This is part of a much larger CMS and I can't count on the div starting off as

Re: [jQuery] jQuery 1.0.2 RC2

2006-10-08 Thread Hannah Gray
Same here, using latest release of Safari on an intel mac. Will test further to try to narrow things down. On Oct 8, 2006, at 10:00 AM, Fil wrote: Testsuite: http://joern.jquery.com/test/ Hi Jörn, on this page Safari crashes before it has a chance to display anything! -- Fil