hey brett,
can you put your code on http://jsbin.com ?
rob ganly
On Jul 17, 10:19 pm, Brett Kelly wrote:
> Hello,
>
> Here is my javascript code:
>
> "ContactDate" is an input field and "datePicker" is a regular div.
>
> $c = jQuery.noConflict();
&g
i don't think the documentation is wrong it is just not that obvious.
seeing as this is clearly catching people out perhaps a Nota Bene
should be added to the altFormat section.
rob ganly
On Jun 22, 3:14 pm, Ca-Phun Ung wrote:
> On Mon, Jun 22, 2009 at 7:13 PM, joshcom...@google
com/group/jquery-ui-dev/msg/6faf1b24e9e74543
>
> - Richard
>
> On Wed, May 13, 2009 at 10:03 AM, Rob Monie wrote:
>
> > Thanks for the feedback David. I'll give the daylight savings stuff
> > some thought. I had done some basic testing around this to see that it
> >
Thanks for the feedback David. I'll give the daylight savings stuff
some thought. I had done some basic testing around this to see that it
didn't make the whole thing go haywire but I somehow missed that
behavior.
cheers,
rob
On May 13, 7:15 pm, David Herrmann wrote:
> Hi Rob,
prompted me to refactor the
calendar into a format that can be used by anyone.
cheers,
rob
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@go
When I place a datepicker on a modal dialog the calender is always
displayed underneath the modal div. Is there a way to fix this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this g
Adding height:28px to .ui-tabs .ui-tabs-nav has corrected the problem
for me.
On Mar 6, 9:09 am, Rob wrote:
> No dice, still broken in 1.7. Will be using your other thread as a
> guide.
>
> On Mar 6, 9:00 am, Rob wrote:
>
> > Thanks Charlie, that's good to kn
No dice, still broken in 1.7. Will be using your other thread as a
guide.
On Mar 6, 9:00 am, Rob wrote:
> Thanks Charlie, that's good to know. I am now downloading a
> themerolled jQuery UI 1.7, just in case any changes were made in going
> to the final release that may have clean
shot in this
> thread:http://groups.google.com/group/jquery-ui/browse_thread/thread/7d11786f19107a98/271ac2519c874b84?hl=en&lnk=gst&q=charlietfl#271ac2519c874b84
> Rob wrote:No I used the entire Black Tie theme from the Themeroller. I did
> not modify any files, just added them to my developme
> --Klaus
>
> On 6 Mrz., 02:02, Rob wrote:
>
> > Now that I have tabs working, I seem to be hitting a compatibility
> > issue with Firefox and Safari. I have captured screen shots from both
> > Firefox (the same problem exists in Safari) and in IE7 (where it works
&
Now that I have tabs working, I seem to be hitting a compatibility
issue with Firefox and Safari. I have captured screen shots from both
Firefox (the same problem exists in Safari) and in IE7 (where it works
fine). I cannot find mention of this anywhere else, so before I go
digging into the CSS I
Curious, since all my jQuery code is run inside a document.ready
block, why would that matter?
On Mar 5, 1:20 pm, Charlie Tomlinson wrote:
> generally not good practice loading script files before css, reversing the
> load sequence in head might help
--~--~-~--~~~--
Jörn
>
> On Wed, Mar 4, 2009 at 2:24 PM, Rob wrote:
>
> > I am having problems as well getting UI tabs to work. I have no
> > problems with other widgets I use in the same directory (accordion and
> > datepicker) but tabs won't work for me at all. I get an unstyled p
I am having problems as well getting UI tabs to work. I have no
problems with other widgets I use in the same directory (accordion and
datepicker) but tabs won't work for me at all. I get an unstyled page
with the unordered list on top
My source code:
Tabs test
Assuming the following tabs exist:
Home
First Page
Second Page
I would like to make it so when a user selects a tab it changes the
hash to the selected tab (example: clicking on first makes the
location bar read test.html#first ).
I've tried:
$("#tabs > ul").tabs();
$("#tabs > ul").bind("tabss
Excellent. thanks scott
On Feb 11, 1:19 am, Scott González wrote:
> On Feb 10, 1:55 am, Rob Monie wrote:
>
> > Hey Todd,
>
> > I noticed you mentioned primary and secondary buttons and the link you
> > gave shows these from a css perspective. I'm unable to s
ything
but the handler function to a button config object. Am I missing
something or is this yet to come ? I'd love to see this as I think
the concept is a really useful one.
cheers,
rob
On Jan 29, 2:36 pm, Todd Parker wrote:
> Hi Bennie -
>
> The UI library won't automatic
ue as well.
cheers,
rob
On Jan 31, 3:34 pm, "Richard D. Worth" wrote:
> On Fri, Jan 30, 2009 at 10:34 PM, Rob Monie wrote:
>
> > I've just started testing against rc6 and noticed the shadow has been
> > introduced for dialogs in the release however it's
ng it as the last call of all of my
dialog opening, hoping it would be fixed in subsequent releases of
jquery-ui.
This is pretty strange behavior but if anyone has any thoughts i'd be
most grateful.
-rob
--~--~-~--~~~---~--~~
You received this message because
I've just started testing against rc6 and noticed the shadow has been
introduced for dialogs in the release however it's not quite working
for me. I have a few dialogs with height of auto and they all exhibit
the same behavior. The shadow has a height shorter than the dialog.
It is approx the sa
Thanks for explaining that Jörn. Awesome plugin by the way!!
-rob
On Jan 18, 3:02 am, Jörn Zaefferer
wrote:
> The validation plugin overwrote a method introduced in 1.3 (push),
> which caused very basic stuff to fail in very weird ways. The update
> completely removes that method
I thought it might be worth a quick mention to save anyone with the
same problems I had when I first tried using 1.6rc5. A bunch of
really fundamental jquery things stopped working for me when I
upgraded. For example, when performing a query like $("#clients
li.client") it was only ever returnin
Will do. I've done some preliminary testing with the latest rc5
release with jQuery 1.3 and this bug fix in particular is working
great for me. Anything else that comes up i'll be sure to submit a
test case for.
thanks again,
rob
On Jan 16, 6:48 pm, "Richard D. Worth" wr
Ahh brilliant. Thanks Richard!
On Jan 16, 12:04 am, "Richard D. Worth" wrote:
> Yes, this is a regression
>
> http://ui.jquery.com/bugs/ticket/3077
>
> I'll be taking a look at it today. Thanks.
>
> - Richard
>
> On Thu, Jan 15, 2009 at 4:58 AM, Rob Mon
Is there some way to turn on the ability for a selectable to select an
element via a click rather than requiring a drag of at least one pixel
before it gets selected ? I'm pretty sure it used to do this going
back a version or two but it seems this behavior has disappeared.
cheers
olled.
thanks,
rob
Richard D. Worth wrote:
> If you could, please put together a minimal test case and enter a bug ticket
> here
>
> http://ui.jquery.com/bugs/newticket (note: requires registration)
>
> Thanks.
>
> - Richard
>
> On Sun, Jan 11, 2009 at 3:31 AM, Rob Monie
Hi, I'm not sure whether this should be posted here or as a bug report
but i'll start with here.
I have a series of absolutely positioned elements that i've tried
applying resizable to. When I start the resize by dragging the
handle, the element i'm resizing is being repositioned vertically
towa
any ideas or clarification of what the capabilities are around this
would be great.
cheers,
rob
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery
Not sure if you're aware of this one... I tried using the current
themebuilder implementation today on the jquery ui website and it
consistently crashes both ff and safari after approx 15-20 changes to
attributes. It appears to get get worse as you go along until it
stops responding and finally c
Guys,
For the tabs you need to change the ".ui-tabs-nav-item" CSS rules to
".ui-tabs-nav li".
It's a problem with UI themeroller using the wrong classes...
--rob
On Fri, Sep 5, 2008 at 9:40 AM, CodeOfficer <[EMAIL PROTECTED]> wrote:
>
> I ran into this to
30 matches
Mail list logo