[jquery-ui] FileUpload with JQuery UI Dialog doesn't working well...

2009-09-15 Thread Kemps Almeida Vieira
Anybody knows how can I post a html by JQuery UI Dialog? Is it possible to post a form "enctype="multipart/form-data" with a "$.post()" method? I really appreciate to use this method because I can return a Json result. It's very important for my Architecture Let me explain my app: I'm dev

[jquery-ui] Re: Drag/Drop problem in firefox 2

2009-09-15 Thread Ralph Whitbeck
Can you recreate the problem in a stripped down version that doesn't contain confidential content? It would help if we can see some code. Thanks, Ralph On Tue, Sep 15, 2009 at 1:33 PM, ballan wrote: > > Hi all, > > I've created a vote system in which users add their votes to a ballot, > which

[jquery-ui] Re: Problem with modal dialog and large content.

2009-09-15 Thread Ratebot
It in ie8 only. I fixed it for other versions. The grey transparent background in large content is not transparent at all and does not cover the whole page. Click apply now on the page below. http://www.ratebot.ca/personal/blog.php On Sep 15, 9:34 am, Steven Black wrote: > That second link se

[jquery-ui] Re: jQuery UI not firing callback function properly

2009-09-15 Thread Steven Black
"Absolutely retarded"? Really? The correct way to invoke a callback, assuming someone wanted to define a 30-line function in-line like that, would be $(function() { $("#slider").slider({ ... , function(event, ui){ // 30-lines, in-line }

[jquery-ui] Re: Tabs in FF

2009-09-15 Thread Steven Black
I don't see tabs in the source of these pages. That may explain why we see no tabs. http://api.jquery.com/ **--** On Sep 15, 5:18 pm, Matt wrote: > do the jquery ui tabs work in FF 3.5.3? becuase on the actual > api.jquery.com website, it doesn't even work. any ideas? --~--~-~--~~

[jquery-ui] Re: jQuery UI not firing callback function properly

2009-09-15 Thread Clay
Found the solution, when firing a callback function, you have to call the function from an new function like so: $("#slider").slider({ value: 5, min: -15, max: 15, step: .25, slide: function() { calculate(event, ui) } }); To me this is absolutely retarted,

[jquery-ui] Hyperlinks in an modal dialog box

2009-09-15 Thread Peter Hagendoorn
Dear members of this group, Is there by any chance a way to get an hyperlink working as an button within the dialog box? Since i need it to give it a "finishing touch" to get a log out option, which has a nice dialog box popping up, however, i cannot get a hyperlink in the box. I know it is poss

[jquery-ui] Changing the slider value programatically

2009-09-15 Thread David Garthe
I have a page that contains my jquery slider code. That page calls a modal page (via Ajax). The modal page has the actual slider DIV tag on it. I'm trying to figure out how to set the starting point of the slider based upon the modal settings (which are different depending on the link passed).

[jquery-ui] Can't get form to submit in FF2

2009-09-15 Thread Taylor Buley
I can't get a form to submit in FF2 (works fine in everything else). I imagine it's a problem in my jQuery. Please let me know if you spot anything! Html for the form and jQuery below. HTML: Register your vote

[jquery-ui] Tabs in FF

2009-09-15 Thread Matt
do the jquery ui tabs work in FF 3.5.3? becuase on the actual api.jquery.com website, it doesn't even work. any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send em

[jquery-ui] Drag/Drop problem in firefox 2

2009-09-15 Thread ballan
Hi all, I've created a vote system in which users add their votes to a ballot, which is then resortable by dragging items up and down the list. It works fine when dragging items down, but breaks in firefox 2 when trying to drag an item up the list. It is fine all other browsers (IE 6-8, Firefox

[jquery-ui] Bug dialog

2009-09-15 Thread Renan Azevedo
Fala galera, Criei um dialog que gerencia várias diálogos utilizando classes O que acontece é que ao arratar, somente na 1º vez, a propriedade css height é alterada para auto. Por favor criem um arquivo html e coloque dentro da pasta dialog do pacote do jquery ui para verem o resultado. Dentro

[jquery-ui] jQuery UI not firing callback function properly

2009-09-15 Thread Clay
Maybe it's my programming error, or maybe not, but either way i could use some help. I have an app: http://www.toolwebshop.com/_calorie_tracker/website/mynumber.php that updates multiple elements using the jquery UI slider. The function is nested within the slider with this code (works btw):

[jquery-ui] Display Inline + populate another form field?

2009-09-15 Thread Yvan
I have the following bit of code in my page : $(function() { $("#orderinhandsdate").datepicker({minDate: +1}); $("#orderinhandsdate").datepicker(); }); How can I adapt my code so that it also populates the text

[jquery-ui] How-to apply a theme on Widget

2009-09-15 Thread HIK3
Hello, I've a little problem. I want to active the vader's theme only for the Dialog Widget and not for the Accordion, how can I do this ? Thanks for help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI

[jquery-ui] Re: Resizable, trying to resize a div within a 'overflow:auto' div.

2009-09-15 Thread Eddie
My bad, i overlooked this one: http://dev.jqueryui.com/ticket/4701 thank you 'oggy' for the patch( http://dev.jqueryui.com/attachment/ticket/4701/resizable_3074.patch ) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[jquery-ui] Re: Problem with modal dialog and large content.

2009-09-15 Thread Steven Black
That second link seems to work for me now in IE7. What should I be looking-for? What's the mode of failure? On Sep 15, 12:49 am, Ratebot wrote: > Steven it was a raw page and highly undeveloped yet.  I fixed it now > and it has one error by validator but that error is not important. > > Only i

[jquery-ui] Showing datepicker when clicking span/div

2009-09-15 Thread Chris Kilmer
I've been able to get the datepicker working when: 1. It's attached to an input element (datapicker pops up when input gets focus) 2. Datepicker is attached to a span (datepicker is always visibile) I'm wondering if there is a way to associate a datepicker with a span or link element and only ha

[jquery-ui] Resizable, trying to resize a div within a 'overflow:auto' div.

2009-09-15 Thread Eddie
Hi, My problem in a nutshell: I have a div ('imageDiv') where an large (850x1200) image is displayed (div has css('overflow', 'auto');). In this div i have one or more litle div's that have no background just a red border. ('boxDiv1', 'boxDiv2', 'boxDiv3', etc...). Resizable and other UI plugi

[jquery-ui] Re: Problem with modal dialog and large content.

2009-09-15 Thread Ratebot
i do not know what should i choose for the http://www.w3.org/TR/xhtml1/DTD/ xhtml1-transitional.dtd"> which one should i use? Any suggestions? Validator validates based on that and i need ot pick one first. Regarding the problem? i just didnt write the footer yet so it will come later. That pages

[jquery-ui] Re: Problem with modal dialog and large content.

2009-09-15 Thread Ratebot
Steven it was a raw page and highly undeveloped yet. I fixed it now and it has one error by validator but that error is not important. Only internet explorer (as usual) - version 6,7,8 dialog does not work properly. To bring up the dialog click on Apply Now. http://www.ratebot.ca/personal/tes