[jquery-ui] Message to jQuery-UI group admins

2009-11-29 Thread Steven Black
There's SPAM here that's now two-days old. I know this group is being migrated elsewhere but, until then, can we please continue being prompt and vigilant in cleaning-out SPAM? See, I'm not really interested in helping by occasionally answering questions if group Admins aren't in-here cleaning-up

[jquery-ui] dialog button css

2009-11-29 Thread Led
Hi. What class can i use to turn a normal button as a dialog button with behaviour on hover, etc... -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, sen

[jquery-ui] Create Period Ranges and min selection limited to 5days with datepicker

2009-11-29 Thread Javier
Hy all, i am trying to create a 3 month datepicker calendar, that shows, 1-the period range for spring with a green background 2-period for summer with a yellow background 3-autom peridod would be brown... I would also like to display a min range of five days after they have selected their first da

[jquery-ui] Re: Basic Question

2009-11-29 Thread BrandonL
Nevermind, I was wrong, it is working, I just need to get the styling in there. Thanks. On Nov 29, 2:19 am, Cheng Chi wrote: > Your* js/jquery-ui-1.7.1.custom.min.js* file is missing. > > On Sun, Nov 29, 2009 at 1:45 PM, BrandonL wrote: > > I have a very basic question on two different pages.  

[jquery-ui] Re: Basic Question

2009-11-29 Thread BrandonL
Ok, I feel dumb after that last one now. Wrong version on the file, and I have adjust that, but it still isn't working. Anyone? On Nov 29, 2:19 am, Cheng Chi wrote: > Your* js/jquery-ui-1.7.1.custom.min.js* file is missing. > > On Sun, Nov 29, 2009 at 1:45 PM, BrandonL wrote: > > I have a very

Re: [jquery-ui] Basic Question

2009-11-29 Thread Cheng Chi
Your* js/jquery-ui-1.7.1.custom.min.js* file is missing. On Sun, Nov 29, 2009 at 1:45 PM, BrandonL wrote: > I have a very basic question on two different pages. I have 2 pages > (links below). On the first one, the datepicker isn't popping up, on > the second one the accordion isn't kicking in

[jquery-ui] jquery ui featured content slider in wordpress

2009-11-29 Thread mike
Hi please help - I am a newbie and am just trying to get a featured content slider on my homepage using jquery ui... I have it almost working but the main image won't scroll http://www.infiniteprep.com/?page_id=287 That's the URL where I have it *almost* working. I followed this tutorial: http

[jquery-ui] Accordion with dynamic content and collapsible:true issues

2009-11-29 Thread Salival
As a test I have the following js: $(document).ready(function(){ $('#accordion').accordion({change: function(event, ui) { $('#'+ui.newHeader[0].id+'-content').load(ui.newHeader[0].id +'.html'); }}); }); and the following HTML: head1

[jquery-ui] Basic Question

2009-11-29 Thread BrandonL
I have a very basic question on two different pages. I have 2 pages (links below). On the first one, the datepicker isn't popping up, on the second one the accordion isn't kicking in. This is just for a school project, and I have done the accordion with Rico before, but the jQuery one isn't work