[jQuery] Re: UI dialog, How to center buttons

2009-12-23 Thread RobGMiller
Thanks Richard, Too simple. On Dec 22, 12:13 pm, "Richard D. Worth" wrote: > .ui-dialog .ui-dialog-buttonpane { text-align: center; } > .ui-dialog .ui-dialog-buttonpane button { float: none; } > > - Richard > > > > On Tue, Dec 22, 2009 at 1:44 PM, RobGMiller

[jQuery] UI dialog, How to center buttons

2009-12-22 Thread RobGMiller
What is the easiest way to manage button location at runtime?

[jQuery] Re: Input edit does not fire autocomplete.

2009-08-28 Thread RobGMiller
many more ways can there be to change json data to a valid array that can be tested using the array object constructor == Array across all browsers? On Aug 27, 9:35 pm, RobGMiller wrote: > Thanks for the reply James, > > Got it fromhttp://www.pengoworks.com/workshop/jquery/autocomplete.htm >

[jQuery] Re: Input edit does not fire autocomplete.

2009-08-27 Thread RobGMiller
currently is by Jörn > Zaffaerer:http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ > > That one doesn't have a "autocompleteArray". > > On Aug 27, 2:40 pm, RobGMiller wrote: > > > > > Coded the following in a page : > > >

[jQuery] [Autocomplete] Input edit does not fire autocomplete.

2009-08-27 Thread RobGMiller
Coded the following in a page : var ArrayVariable = New Array(); $(document).ready(function() { $("#inputbox").autocompleteArray(ArrayVariable, { delay: 10, minChars: 1, matchSubset: 1, onItemSelect: selectItem,