[jQuery] interface accordion

2007-03-08 Thread Indigo
Folks, How do I set an accordion to not have an open panel when the page loads? The only option I see on the interface doc page is currentPanel, but assigning it a value of 0 does not do what I want. Any ideas? TIA ___ jQuery mailing list

Re: [jQuery] jcarousel issue

2007-03-07 Thread Indigo
On Monday 05 March 2007 20:46, Marshall Salinger wrote: I tried to pull up the image without the ;see| at the end and I get a 404. That is probably why it is only showing the alt text. You probably have your images in a subdirectory and you need to change the path to reflect that. If you

Re: [jQuery] confirm link

2007-03-05 Thread Indigo
On Monday 05 March 2007 13:56, smeranda wrote: Still no luck, this is what I have: $(a).click(function(){alertSave($(this).attr(href));}); function alertSave(url) { var dataControl = $('#changedAppointments').attr(value); if (dataControl.length 0) { if (confirm(You have made changes

[jQuery] jcarousel issue

2007-03-05 Thread Indigo
I am trying to implement a jcarousel element on a page that is not yet public. The example I'm using is the one with dynamic content loading via ajax - http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html . My example_dynamic_ajax.txt file looks like this:

Re: [jQuery] jcarousel issue

2007-03-05 Thread Indigo
some sample code? It sounds like the paths to your images is wrong. -Marshall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Indigo Sent: Monday, March 05, 2007 12:23 PM To: discuss@jquery.com Subject: [jQuery] jcarousel issue I am trying

Re: [jQuery] jcarousel issue

2007-03-05 Thread Indigo
On Monday 05 March 2007 14:35, Marshall Salinger wrote: Can you post some sample code? It sounds like the paths to your images is wrong. -Marshall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Indigo Sent: Monday, March 05, 2007 12:23 PM

[jQuery] play sound on mouseover

2006-11-05 Thread Indigo
Folks; Anyone know of other way(s) of playing sound sound onmouseover other than http://www.hypergurl.com/mouseoversound.html and http://www.javascripter.net/faq/sound/onhover.htm TIA ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Accordion Requirements

2006-10-27 Thread Indigo
On Friday 27 October 2006 17:39, Jörn Zaefferer wrote: Yehuda Katz schrieb: I've done a bunch of Accordion implementations for various projects, but never codified them into a single plugin. I suspect it could be done with much less code than some of the existing implementations. What are

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Indigo
This is really good. I personally like the second demo. What would be even better for the second demo is to be able to click to shrink or grow instead of having to click-and-drag to shrink or grow. Great job! On Saturday 21 October 2006 07:26, Stefan Petre wrote: After a wild period at my

[jQuery] jq-corner.js file

2006-10-16 Thread Indigo
Anyone know where I may download the jq-corner.js file written by D. Methvin. It's not available on the author's site. TIA ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jq-corner.js file

2006-10-16 Thread Indigo
Thanks On Monday 16 October 2006 04:28, Mike DeFreitas wrote: http://methvin.com/jquery/jq-corner.js -mikey On 10/16/06, Indigo [EMAIL PROTECTED] wrote: Anyone know where I may download the jq-corner.js file written by D. Methvin. It's not available on the author's site. TIA

[jQuery] jCarousel plugin and browser compatibility

2006-10-15 Thread Indigo
Folks: I'm looking at using the jCarousel plugin on my site, but just viewing the examples on the author's site fails in FF(Linux) and Konqueror. In FF(1.5.0.4), the carousel container is visible but nothing else. And in Konqueror (KDE-3.5.2), the carousel container is not even visible. Is