[jQuery] Re: selected accordion background

2010-01-19 Thread spiderling
Thank you very much!! Works perfectly. Pasquale. On Jan 18, 12:31 pm, Nathan Klatt wrote: > Pasquale, > > Looks like it no longer sets the class to selected for you; just gotta > do it yourself. > > > > On Mon, Jan 18, 2010 at 12:31 PM, spiderling wrote: > > bum

[jQuery] Re: selected accordion background

2010-01-18 Thread spiderling
bump :-) On Jan 15, 7:13 pm, spiderling wrote: > I'm using an accordion which functions perfectly. I was using jQuery > 1.2.6 with UI 1.6 and was able to have a different background image > displayed when the section was expanded using .selected. I upgraded to > jQuery 1.3.2 w

[jQuery] selected accordion background

2010-01-15 Thread spiderling
I'm using an accordion which functions perfectly. I was using jQuery 1.2.6 with UI 1.6 and was able to have a different background image displayed when the section was expanded using .selected. I upgraded to jQuery 1.3.2 with UI 1.7.2, and the selected / expanded background image no longer works. E

[jQuery] Re: form plugin and prettypopin/lightbox

2009-02-10 Thread spiderling
modal : true, callback: function(){ window.location.reload(); } }); $('#filemulti').MultiFile({ STRING: { remove: '<img src="/includes/pics/bin.gif" height="16" width="16" alt="x" />' } }); }); HTML: On Feb 10,

[jQuery] form plugin and prettypopin/lightbox

2009-02-10 Thread spiderling
I am using prettyPopin lightbox for a file upload form, and I am also using jQuery Form Plugin to upload the image file and update it accordingly. Unfortunately, the file is not being sent. The $_FILES array is empty. I've included the jQuery and HTML being used. If someone can please look and let