[jquery-ui] Re: Issue with date picker

2009-08-05 Thread Steven Black
That's most certainly a bug. Here's a jsBin scenario for it: http://jsbin.com/owafa/edit **--** Steve On Aug 5, 4:48 pm, dbinaz wrote: > Here is my code > >         $(function() { >                 $('#dob').datepicker({ >                         changeMonth: true, >                        

[jquery-ui] Re: Tabs, Display: none, SEO and Accessibility

2009-08-05 Thread Klaus Hartl
On 5 Aug., 20:53, D A wrote: > 2) Is there a jQuery tab implementation that uses that method rather > than the display: none? It's just CSS, replace as you like: http://docs.jquery.com/UI/Tabs#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_placed_in_a_hidden_.28inactive.29_tab.3F --Klaus

[jquery-ui] Issue with date picker

2009-08-05 Thread dbinaz
Here is my code $(function() { $('#dob').datepicker({ changeMonth: true, changeYear: true, yearRange: '-65:-18' }); }); Now, when I go to select a year from the drop down, say

[jquery-ui] Tabs, Display: none, SEO and Accessibility

2009-08-05 Thread D A
I'm implementing jQueryUI's Tabs on a site where we want to ensure that we meet strong SEO and Accessibility requirements. I just noticed that it's using 'Display: None' to toggle the visibility of each tab's contents. I was under the impression that that is bad form in terms of both accessibili

[jquery-ui] modal window + ajax

2009-08-05 Thread adexcube
Hi, I'm using a dialog to generate a modal window, how can I reuse my current modal window to display a different page? I'll display a series of next and back pages. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[jquery-ui] Re: UI 1.7.2 + tabs + delete button

2009-08-05 Thread Cesar Sanz
Very nice solution, this will help me with a project. - Original Message - From: "Yves" To: "jQuery UI" Sent: Thursday, July 16, 2009 8:27 AM Subject: [jquery-ui] Re: UI 1.7.2 + tabs + delete button > > Hi guys, > > Sorry to come back ... > Is somebody as already added a remove butto

[jquery-ui] Re: Jquery Revert

2009-08-05 Thread Cesar Sanz
Can you show us what you got so far? - Original Message - From: "uthappa" To: "jQuery UI" Sent: Wednesday, July 29, 2009 1:02 AM Subject: [jquery-ui] Jquery Revert > > I have two divs, I am able to drag and drop into this divs. > But i want each div to contain only one draggable item

[jquery-ui] Re: Image combo box

2009-08-05 Thread Cesar Sanz
Hello, try this http://www.nosolocodigo.com/jquery-image-dropdown-combobox-mas-bonitos-con-jquery - Original Message - From: To: "jQuery UI" Sent: Tuesday, July 28, 2009 9:36 PM Subject: [jquery-ui] Image combo box > > In June, I accidentally found a plug-in - either jQuery or JavaS

[jquery-ui] Re: Joomla + jQuery

2009-08-05 Thread Cesar Sanz
Do you know how to do it?? Show us! Well, you use jquery as you like, with joomla or without it.. just js code. Regards - Original Message - From: "Marcus Sá" To: "jQuery UI" Sent: Monday, August 03, 2009 12:36 PM Subject: [jquery-ui] Joomla + jQuery Hello everybody. Sorry about m

[jquery-ui] Re: How to insert form from a XML-file

2009-08-05 Thread Cecil Westerhof
2009/8/5 Richard D. Worth : > This question would be better suited to the main jQuery list > http://groups.google.com/group/jquery-en > The list you've posted to is for questions about jQuery UI plugins[*]. > Thanks. My fault. I was thinking that a form is a User Interface. But I am also wonderin

[jquery-ui] Re: Elements are still droppable while they're in the hidden part of a scrollable container

2009-08-05 Thread Richard D. Worth
Answered here: http://groups.google.com/group/jquery-ui/browse_thread/thread/426082cdbbd7a4a5 - Richard On Tue, Aug 4, 2009 at 11:39 AM, Romain Neutron wrote: > > As an example is better than any long text, here's my problem : > > http://pastie.org/571208 > > As you would see, droppable element

[jquery-ui] Re: Droppable box is still droppable even if it's covered by another one

2009-08-05 Thread Richard D. Worth
I'm thinking we'll have a difficult time supporting this until we have full z-Index support: http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/4ca165d2a2cb988d The way droppables currently work is simply by comparing the position and size of the draggable with the position and size

[jquery-ui] Re: Draggables and absolute positioning

2009-08-05 Thread Richard D. Worth
On Wed, Aug 5, 2009 at 4:27 AM, Michael Price wrote: > ‘lo all, > > I am trying to set up a calendar style conference arrangement tool for a > client. Times appear down the left hand side, days across the top, and > sessions in the grid layout. They can be resized to change the timeslots, > and d

[jquery-ui] Re: dialog and draggable element inside

2009-08-05 Thread Richard D. Worth
Answered here: http://groups.google.com/group/jquery-ui/browse_thread/thread/2ca3765b96629d96 - Richard On Wed, Aug 5, 2009 at 1:37 AM, Yauhen wrote: > > Hello All > > I have following issue. I have jquery ui dialog. inside it there is > list of items. Each item shoud be draggable > outsite dia

[jquery-ui] Re: jquery UI dialog and dragable element inside it.

2009-08-05 Thread Richard D. Worth
Use the draggable option appendTo: http://docs.jquery.com/UI/Draggable#option-appendTo - Richard On Tue, Aug 4, 2009 at 1:35 PM, Yauhen wrote: > > Hello All > > I have following issue. I have jquery ui dialog. inside it there is > list of items. Each item shoud be draggable > outsite dialog. Th

[jquery-ui] Re: Multiple dynamic sliders

2009-08-05 Thread Richard D. Worth
What do you mean by "change one of the generated slider handles and generate a new one"? Any chance you could share a live sample, maybe create one here: http://jsbin.com/ Thanks. - Richard On Tue, Aug 4, 2009 at 3:13 PM, Patrick wrote: > > Hi folks, > > I'm generating jQuer

[jquery-ui] Re: Determining if a block is visible

2009-08-05 Thread Richard D. Worth
Your question is better suited to the main jQuery list: http://groups.google.com/group/jquery-en since it's not about jQuery UI plugins[*]. While we're here, you can use the visibility pseudo-selectors, :hidden and :visible http://docs.jquery.com/Selecto

[jquery-ui] Re: How to insert form from a XML-file

2009-08-05 Thread Richard D. Worth
This question would be better suited to the main jQuery list http://groups.google.com/group/jquery-en The list you've posted to is for questions about jQuery UI plugins[*]. Thanks. - Richard [*] http://rdworth.org/blog/2008/10/jquery-plugins-and-jquery-u

[jquery-ui] Re: Slider's Step in 1.2.6/ UI 1.6?

2009-08-05 Thread Richard D. Worth
You can use the steps or stepping options in 1.6: jQuery UI 1.6 Slider Option Steps: http://jsbin.com/avuco jQuery UI 1.6 Slider Option Stepping: http://jsbin.com/alufo Docs: http://docs.jquery.com/UI/API/1.6/Slider/slider#toptions Both of these were dropped in 1.7 in favor of the step option.

[jquery-ui] Re: Dialog button bar

2009-08-05 Thread Kartik Sehgal
HI, There is an inbuilt facility to add the button bar at the bottom. I am not sure if it's the same thing you are looking for. See the example on, http://www.jqueryui.com/demos/dialog/#modal-confirmation See the sample code snippet for in

[jquery-ui] Dialog button bar

2009-08-05 Thread adexcube
Hi, how can I place the button bar at the bottom of dialog? On the page http://docs.jquery.com/UI/Dialog#theming states clearly but I can't find any example. It says: "A bottom button bar and semi-transparent modal overlay layer are common options that can be added. " How? thanks --~--~-

[jquery-ui] Draggables and absolute positioning

2009-08-05 Thread Michael Price
'lo all, I am trying to set up a calendar style conference arrangement tool for a client. Times appear down the left hand side, days across the top, and sessions in the grid layout. They can be resized to change the timeslots, and dragged around to change start times, or days. In the initial l

[jquery-ui] Re: before/after prepend / append - opening and closing tags only

2009-08-05 Thread Steven Lots
Hey, This is not a real jQuery ui question, but regular jQuery. You can't you do it with the wrap code? Wrap the first item with and after that replace all the other row-items inside the Grz, Steven Lots http://www.b-hind.eu http://www/lotsofdots.be -Original Message- From: jquer

[jquery-ui] dialog and draggable element inside

2009-08-05 Thread Yauhen
Hello All I have following issue. I have jquery ui dialog. inside it there is list of items. Each item shoud be draggable outsite dialog. This dialog show possible list of items that could be inserted to some other element outsite dialog. When dragging item and leaving bounds of dialog it disappe

[jquery-ui] Multiple dynamic sliders

2009-08-05 Thread Patrick
Hi folks, I'm generating jQuery UI slider elements in a Rails helper: def add_link(form_builder, method) link_to_function 'Add' do |page| page << "$(\"div#range\"+new_id+\"\").slider({ range: true, min: 1, max: 7, values: [parseInt($(\"#lecture_events_attributes_\"+

[jquery-ui] before/after prepend / append - opening and closing tags only

2009-08-05 Thread vasheck
Hi, I'm wondering if there's a way to prepend an opening tag only and append a closing tag only. I have this structure: blah blah blah blah and I need this blah blah blah blah Thanks very much for any suggestions! --~--~-~--~~~---~--~~ You receive

[jquery-ui] Droppable box is still droppable even if it's covered by another one

2009-08-05 Thread Romain Neutron
As an example is better than any long text, here's my problem : http://pastie.org/571208 You also can see it here in action : http://lickmychip.com/ As you would see, droppable element is still dropable event if it's covered by another div. I tried to fix it with the accept, but it's not the p

[jquery-ui] Slider's Step in 1.2.6/ UI 1.6?

2009-08-05 Thread moniuch
Hi, Can anyone in the knowloedge confirm that sliders can snap to step values in 1.2.6/UI 1.6? I couldn't get that feature to work, I paster the source from jqueryui.com and gave it a test in both environments: 1.2.6/UI 1.6 vs 1.3.2/UI 1.7.2 The markups look different. I'm wondering whether the s

[jquery-ui] Re: Datepicker

2009-08-05 Thread Joshua Beall
On Aug 4, 1:59 pm, Nathan Maves wrote: > There are event methods for just this type of thing.  The > beforeShowDay would be perfect for you.  It is called before each day > is displayed.  This would give you the chance to check if it should be > displayed and return that value. > Rats, I wish I

[jquery-ui] How to insert form from a XML-file

2009-08-05 Thread Decebal
I have a generated XML-file: http://www.decebal.nl/cgi-bin/contact2.cgi?command=getForm&form=contact In my HTML-page (http://www.decebal.nl/newsite/contact2.shtml) I have: $(document).ready(function(){ $.post("/cgi-bin/contact2.cgi", {command: "getForm", form: "contact"}, fu

[jquery-ui] jQuery UI Dialog

2009-08-05 Thread aras
I found a very easy way to submit dialog on enter in your UI DIalog, hope someone will use it :) function: function form_click_enter(form) { var dialog = $(form).parent("div").siblings("div.ui-dialog- buttonpane"); $("button:first",dialog).click(); // right one } and typical

[jquery-ui] jquery UI dialog and dragable element inside it.

2009-08-05 Thread Yauhen
Hello All I have following issue. I have jquery ui dialog. inside it there is list of items. Each item shoud be draggable outsite dialog. This dialog show possible list of items that could be inserted to some other element outsite dialog. When dragging item and leaving bounds of dialog it disappe

[jquery-ui] Elements are still droppable while they're in the hidden part of a scrollable container

2009-08-05 Thread Romain Neutron
As an example is better than any long text, here's my problem : http://pastie.org/571208 As you would see, droppable element is still dropable event if it's covered by another div. I tried to fix it with the accept, but it's not the proper way because sometime the droppable div could be half vi

[jquery-ui] Droppable box is still droppable even if it's covered by another one

2009-08-05 Thread Romain Neutron
As an example is better than any long text, here's my problem : http://pastie.org/571208 It's also visible at http://lickmychip.com/ As you would see, droppable element is still dropable event if it's covered by another div. I tried to fix it with the accept, but it's not the proper way becau

[jquery-ui] Determining if a block is visible

2009-08-05 Thread Joshua Beall
Hi All, I have some code that will show or hide a div based on the AJAX result it gets back. Here's the code: if(responseData.valid == false && $ ('#ConstituentID').val().length > 0){ $('#InvalidConstituentIdWarning').show ("blind",null,500);