[jquery-ui] Re: can dialog us radio buttons

2009-11-18 Thread Fontzter
To my knowledge, not without significant hacking. To that end, if it's a must-have, I would try to hide the default button pane that is created with the dialog and just add my own button bar within the body of the dialog. Hth, Dave On Nov 18, 3:46 pm, Mean Mike wrote: > is there a way to make

[jquery-ui] Re: What is wrong with this dialog code?

2009-11-18 Thread Mean Mike
reply that ok I missed it too, but i wasn't testing either On Nov 18, 3:54 pm, dbinaz wrote: > sorry about that. > > I figured it out. one flippin # > > $('dialog_'+uid).dialog({ > > should be > > $('#dialog_'+uid).dialog({ > > Thanks! > > On Nov 18, 3:42 pm, Mean Mike wrote: > > > your code was

[jquery-ui] Re: What is wrong with this dialog code?

2009-11-18 Thread dbinaz
sorry about that. I figured it out. one flippin # $('dialog_'+uid).dialog({ should be $('#dialog_'+uid).dialog({ Thanks! On Nov 18, 3:42 pm, Mean Mike wrote: > your code was a bit strange to me so I cleaned it up see if that helps > > $(function() { >         $('a.writemsg').click(function(

[jquery-ui] can dialog us radio buttons

2009-11-18 Thread Mean Mike
is there a way to make the buttons of dialog into radio buttons ? Mean Mike -- 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, send email to jquery-ui+u

[jquery-ui] Re: What is wrong with this dialog code?

2009-11-18 Thread Mean Mike
your code was a bit strange to me so I cleaned it up see if that helps $(function() { $('a.writemsg').click(function() { var uid = $(this).attr('id'); $('dialog_'+uid).dialog({ autoOpen: false,

[jquery-ui] What is wrong with this dialog code?

2009-11-18 Thread dbinaz
$(function() { $('a.writemsg').click(function() { var uid = $(this).attr('id'); //console.log(uid); $('dialog_'+uid).dialog({ autoOpen: false, show: 'blind', hide: 'fold', width: 300,

[jquery-ui] Re: New to jQuery

2009-11-18 Thread Fontzter
Have you seen this demo? http://jqueryui.com/demos/datepicker/#min-max You can view the source for it on that page. Hth, Dave On Nov 18, 4:45 am, ami wrote: > you have mentioned how to use maxDate and minDate but i want to > complete working demo. I have followed all steps mentioned by you bt

[jquery-ui] Re: Modal Confirmation Box

2009-11-18 Thread Fontzter
John, I was assuming that you had a form with an action="MyPage.aspx" or something like that. I also assumed that the delete button was a submit button. If the action is set on the form, calling the $ ("#yourForm").submit(); should post it back to the aspx page. Btw, I just noticed a typo in th

[jquery-ui] New to jQuery

2009-11-18 Thread ami
you have mentioned how to use maxDate and minDate but i want to complete working demo. I have followed all steps mentioned by you bt not working for me so plz help me -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email

[jquery-ui] New to jQuery

2009-11-18 Thread ami
Please tell give me complete working demo of restricted date in date picker. I have followed the steps as u mentioned but not working for me.. Please help me -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquer

[jquery-ui] Datepicker not working on Chrome??

2009-11-18 Thread wyvern
Hi, I just downloaded jquery-ui-1.7.2 and trying to use the datepicker. It works well in firefox but when I test it using chrome, it is not showing the calendar. Please advice... -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this grou

[jquery-ui] Dialog + Datepicker focus - (not z-index)

2009-11-18 Thread bald
Hi, I am loading the dialog using a ajax request. The dialog appears but I focusing the input don't work, the calendar appears when I manually use the console: $('#dateValue').focus() What am I doing wrong? Thanks! HTML ajax reply: jQuery('#dateDialog').dialog({ modal: true,

[jquery-ui] Datepicker CSS problem

2009-11-18 Thread Brendan
I"m using datepicker within Wordpress. The js works correctly and the value is put in the form field, however I've selected the Redmond theme (which is blue) and instead I get green for the pop up. Here is the code I am using: http://ajax.googleapis.com/ajax/libs/ jqueryui/1.7.2/themes/redmond/j

[jquery-ui] Multiple instances of a calendar example

2009-11-18 Thread Tractor Guy
Does anyone have a page with 2-3 calendars active? I'm trying to have4 calendar date pickers on a page and am running into a naming issue. If anyone has a page with only a few calendars present, that would be the easiest way to learn. Nothing else on the page so I can see the bare- bones would work

[jquery-ui] sortable inside tab doesn't work unless that tab opens first.

2009-11-18 Thread chris brickhouse
i have a tabset that contains a sortable list that draggable objects can be dragged into. i have the cookie setting for the tabs as well. the sortable works when that tab opens first due to the cookies, but does not work when another tab is selected then i switch tabs. any reason for this? -- You

[jquery-ui] item with highest zIndex move on dragging the mouse

2009-11-18 Thread Rashmi
I have registered jquery-ui sortable on divs containing two parallel divs. On drag, the divs with higher zIndex are dragged with connected divs. Is there any way to resolve this issue -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this