To be fair, i don't see the point of AJAX functionality if i'm not
able to specify the container, where the response content should go.
And currently i see only one way to do that, by the "title" attribute.
If there is another way, i'll be thankful if someone shares it with
me :) Even more, it is
Anyone?
Is not it the ugliest problem with jQuery UI Dialogs? I mean it can
make one to give up with the whole javascript mambo-jumbo at once and
turn to Flex for example.
On Jun 16, 4:41 pm, jayarjo wrote:
> I know Internet Explorer sucks. It causes a lot of unobvious obstacles
> that one shou
I just added a patch to the ticket ( http://dev.jqueryui.com/ticket/2358
) which makes your code work. I've also started a thread on jquery-ui-
dev to see if anyone has any objections to the implementation. If
nobody objects, this will land in trunk in a few days and will be
available in 1.8.
Hi,
I'm trying to create a toolset from a list of draggable controls by
connecting them to lists of sortables. It works great realtime without
saving. But I would need to get a hand on the dropped object to be
able to set its new ID. But I only get a reference to the object's
clone.
here is m
At a minimum, you need the functional CSS for the resizable plugin
(http://jquery-ui.googlecode.com/svn/trunk/themes/base/
ui.resizable.css).
On Jun 15, 2:05 pm, pablopazos wrote:
> Hi,
>
> Is there a way to make some div resizable without using a theme?
>
> I just need the handles as simple as
You can currently only specify the name of the effect, not a hash of
options. We plan on fixing this (there's already a ticket), but I
can't say when it will happen.
On Jun 15, 1:25 pm, Joshua Langner wrote:
> Hi there,
>
> I'm getting a problem where the show / hide options on dialog do not
>
Hey ken, for what it's worth, I am actually selecting NO files for
download, although I have tried many permutations to try and get the
custom theme to come down instead of the default smoothness.
On Jun 16, 11:39 am, khinester wrote:
> On 16 juin, 16:28, ken wrote:
>
>
>
> > Hi JQuery,
> > I n
I too am desperately trying to get this to work.
I have created a new theme and selected Download three or four times.
I have tried selecting all files for download, no files for download,
some files for download, adding a custom theme folder.
Regardless, every download results in the same defau
Yup, it must been a bug or a spam attack...
On Jun 15, 3:48 pm, James wrote:
> Looks like things are back to normal again.
>
> On Jun 15, 9:17 am, James wrote:
>
> > Yeah, I got it too. All my data under Profile and Favorites with links
> > to the jQuery group are all gone also.
> > It was like
On 16 juin, 16:28, ken wrote:
> Hi JQuery,
> I noticed today when trying to update my themes via Themeroller that
> downloading the custom theme seems to succeed but no longer download
> anything. This worked fine two weeks ago.
>
> The other change I noticed is.. it is now downloading a 1.7.
When I drag a sortable item across the screen (crossing over other
sortable containers it "connects with"), and then release the mouse
over an area that is not a sortable container, the item ends up in the
most recent sortable area that it crossed over. How do you get the
items to stay in their so
Hey All!
Keeping in mind that the Tabs within tabs are a requirement and NOT a
design choice by me, I need some help preventing the Flash Of Unstyled
Content (FOUC). According to the documentation you can apply the ui-
tabs-hide class to the panel and that should prevent it. I've done
that to th
Could you try it without the title attribute? Reason is, the plugin
maps the tab to the container via this attribute (if present), so it
could cause a problem.
--Klaus
On 16 Jun., 16:18, mcmx wrote:
> target ? If you are talking about the title attribute, it's normal to
> be the same, this i
Very cooo!!
Thanks a lot
- Original Message -
From: "Gabrielle DeWitt"
To:
Sent: Monday, June 15, 2009 2:02 PM
Subject: [jquery-ui] Re: tree widget
>
> I like dynatree http://code.google.com/p/dynatree/
>
>
> On Jun 15, 2009, at 11:52 AM, spiralni wrote:
>
>>
>> Hello community,
>
Hi,
I've just started playing with jquery and im a 'hacking' together a
menu using the accordian plugin. I want the actual link that creates
the accordian effect to link to another page as well as drop the
accordian.
Currently I cant figure out how to make the link to another page.
Here is my
Hi JQuery,
I noticed today when trying to update my themes via Themeroller that
downloading the custom theme seems to succeed but no longer download
anything. This worked fine two weeks ago.
The other change I noticed is.. it is now downloading a 1.7.2 ui
theme.Last time it worked, I was do
target ? If you are talking about the title attribute, it's normal to
be the same, this is the id of the container element, where ajax
responses fill in. Anyway this is how it is showed in the jquery ui
tabs examples and it works very nice, except the annoying bug when the
default active tab is di
i don't think your HTML is correct as you have the same "target" for
all your items
On Jun 16, 7:58 am, mcmx wrote:
> Hi, I came across a serious bug using jQuery UI 1.7.2 and tabs. I
> select certain tab on document ready using:
> $(document).ready(function(){
> $('#test').tabs({se
I fixed this by using the same click() function to change the scope of
the list before the serialize and change it back afterwards:
$("#submit").click(function () {
$('#sortable').sortable('option', 'items', 'li');
var deploy_order = $('#sortable').sortable('serialize');
Hi, I came across a serious bug using jQuery UI 1.7.2 and tabs. I
select certain tab on document ready using:
$(document).ready(function(){
$('#test').tabs({selected: 3});
});
and the fourth tab is selected as expected. But when i click on
another tab, it comes selected, but the previous
I know Internet Explorer sucks. It causes a lot of unobvious obstacles
that one should always take by some trickery and dark magic. But now a
HUGE problem comes from our favorite and faithful companion - Firefox.
And the problem is that jerky animation during the movement of the
Dialog box. What's
Ok, I've found a solution.
Adding position:relative; to dialog div fixes everything altogether.
But isn't it something that should be added by dialog widget itself?
On Jun 16, 3:29 pm, jayarjo wrote:
> Dropping IE6 I thought whoa - at last or something like that and now
> here is IE7.
>
> I'm n
Dropping IE6 I thought whoa - at last or something like that and now
here is IE7.
I'm not sure what the problem is, so I'll just describe it. We got a
dialog box with some uploading stuff happening in it - progressbars,
list of files being uploaded etc. Once file is uploaded, corresponding
item b
Hello,
I have created a small demo using the jquery tabs ui which has two
layers of embedded tabs.
It works fine on FF and Safari on OS X.
Feedback and comments welcomed.
http://x11.us/jquery/nested.html
Cheers
Norman
--~--~-~--~~~---~--~~
You received this mess
Hi Chris,
I sent that a bit too fast.
You can include
overflow:auto;
on the first and third div. That does some of the rest,
but it ain't quite right. The arrows appear on the
inner side of the scroll bars, even if the scroll bars are not
there. IE7 behaves differently from Firefox.
As
Hi Chris,
take out the
height: 100%; width: 100%;
and it works.
Villy
On Jun 16, 12:40 am, crokusek wrote:
> Hi,
>
> I'm trying the use the jquery ui resizable() on a div that contains
> child divs as in the code below.
>
> The problem is that when the parent is resized, the child extends
On Jun 15, 6:07 pm, PedroSeabra wrote:
> i have a problem with the draggable/droppable
>
> it only runs the drop function the 2nd time I drop the element.
>
> is this happening to anyone else??
>
> I use this:
>
> $(".divDroppable").droppable({
> accept: ".minuteDrag",
>
On Tue, Jun 16, 2009 at 2:15 PM, Peter Marino wrote:
> thank you..
> i'll use the inst value as you recommend.
> but just a note... I did not set the dateFormat so why is it different on
> other machines?
>
My dateText is "06/16/2009". The default dateFormat is "mm/dd/yy" as set
internally by dat
28 matches
Mail list logo