[jquery-ui] Using jQuery Form Plugin and a Dialog

2009-01-28 Thread Stefan Sturm
Hallo, I want to use a Dialog and the jQuery Form Plugin. But I have a problem with that: I add a Button to the Dialog to send the Form. This Button has a Callback function: document.forms[ 'formName' ].submit(); But when I click the Button, the page reloads and no Ajax Rquest is done. When I

[jquery-ui] Re: RC5 slider + tabs = slider fails on 2, 3, 4 tab

2009-01-28 Thread Chris
thanks! but if the easy solution is: .ui-tabs-hide { position: absolute; left: -1px; } why not make that a part of themeroller... On Jan 23, 9:55 am, Klaus Hartl klaus.ha...@googlemail.com wrote: http://docs.jquery.com/UI/Tabs#...my_slider.2C_Google_Map.2C_etc._not... --Klaus

[jquery-ui] Datepicker Theme and Links

2009-01-28 Thread Miroku
Hi everyone, I'm a new user of jQuery UI and the first app I'm trying is Datekeeper. I made a theme suitable with my site with themeroller but when I download and paste everything in my site I don't get the exact result I saw in the theme preview. Here is the theme I want:

[jquery-ui] [autocomplete] How to add a string to the end of the suggestion list?

2009-01-28 Thread Dragon-Fly999
My autocomplete text box is set up to show 5 suggestions. I'd like to add a string (that is NOT selectable) to show the total hits at the end of the suggestion list. For example: Suggestion 1 Suggestion 2 Suggestion 3 Suggestion 4 Suggestion 5 Total hits: 2,174 == NOT selectable. What

[jquery-ui] Ajax Tabs not loading data

2009-01-28 Thread Das123
I'm building a PHP site using tabs to re-query the database for different criteria. My problem is that even if the target ajax file contains ?phpecho testing;?, the tab just displays the loading message. I noticed this also happens on the http://ui.jquery.com/demos/tabs#ajax page but not when

[jquery-ui] sortable list items to droppable trash

2009-01-28 Thread spiderling
I've been searching for an answer for a couple of days now and have tried a couple of things I found, but without any success. I have a sortable list of thumbnail photos that is within an accordion widget, and would like to be able to drop any of the thumbnails into a trash bin image. This would

[jquery-ui] Datepicker Theme and Links

2009-01-28 Thread Miroku
(I hope this one's not duplicated, but I had problems posting) Hi everyone, I'm a new user of jQuery UI and the first app I'm trying is Datepicker. I made a theme suitable with my site with themeroller but when I download and paste everything in my site I don't get the exact result I saw in the

[jquery-ui] Re: Draggable: Manipulating / appending / prepending dragged clone during drag function?

2009-01-28 Thread Richard D. Worth
Sorry I didn't see your question sooner. The helper that you're dragging around is accessible via ui.helper, like so $(#drag).draggable({ start: function(event, ui) { ui.helper.append('text'); } }); See http://docs.jquery.com/UI/Draggable/draggable#options for a full list of properties

[jquery-ui] Re: RC5 slider + tabs = slider fails on 2, 3, 4 tab

2009-01-28 Thread Klaus Hartl
Because display: none has less potential side-effects and is less code. Don't get me wrong, if it works fine for you, use it, but I prefer it not be integral part of the theme. --Klaus On 28 Jan., 10:10, Chris sa...@flexidx.com wrote: thanks! but if the easy solution is: .ui-tabs-hide {

[jquery-ui] Re: Resizable modal dialog, iframe and scrollbar issue

2009-01-28 Thread David Healy
ui.core.js shows as version 1.5.3 On Jan 27, 3:37 am, Scott González scott.gonza...@gmail.com wrote: What version of UI are you using? On Jan 8, 6:14 am, DavidHealydavhe...@googlemail.com wrote: Hi folks I've built a modal dialog loading content from another URL via an iframe. See

[jquery-ui] Re: SVG shapes or closed paths as draggable containment?

2009-01-28 Thread Paul Bakaus
That's currently not possible unfortunately. Feel free to add it as feature request to our bug tracker at http://ui.jquery.com/bugs. Cheers, Paul On Wed, Jan 28, 2009 at 12:23 AM, Leeoniya leeon...@gmail.com wrote: can a non-rectangular (or any for that matter) SVG shape be used as a

[jquery-ui] Re: jQuery UI widget tutorial updated

2009-01-28 Thread Paul Bakaus
Easy to explain - the custom events we use would then collide with actual events. I.e., for example, has an actual drag event. If we'd use drag.draggable here, that would collide with the native event. On Wed, Jan 28, 2009 at 5:40 AM, Marcus Cavanaugh marcuscavana...@gmail.com wrote: Good

[jquery-ui] Re: Datepicker Theme and Links

2009-01-28 Thread ScottJehl
Make sure your theme matches the version of jQuery ui you're using. Themeroller generates css for 1.6 by default but you can get 1.5 css with a link at the bottom of the roll your own tab. Sounds like you're using 1.5. 1.6 has an updated look and defaults. On Jan 28, 4:19 am, Miroku

[jquery-ui] Resizable callbacks not firing

2009-01-28 Thread Sparkles
I was wondering if anyone has had any success - using the latest Google hosted file versions of jQuery and jQuery UI - of getting the resizable callbacks to fire. Here's the code I'm using: --- $(#resizable).resizable({

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-28 Thread sk
Can someone help? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to

[jquery-ui] Button styling and lack of a visual clicked or depressed state

2009-01-28 Thread Bennie
1) I'm a bit mystified by the lack of themed buttons in jQuery UI. I've rolled my own theme in Steamroller. I've styled my divs with the css available. I assumed that just having a button inside a div that had the widget stuff on it would be enough. Is there css I can put on the button to have

[jquery-ui] Re: jQuery UI widget tutorial updated

2009-01-28 Thread Bennie
On/Darker/Lighter/Off buttons in your tutorial don't work in Chrome. I was mystified until I tried in FF3. On Jan 27, 7:26 pm, Danny d.wac...@prodigy.net wrote: For those interested, I've updated my widget tutorial to use jQuery 1.3 and UI 1.6

[jquery-ui] Re: SVG shapes or closed paths as draggable containment?

2009-01-28 Thread Leeoniya
this is really cool, but quite a lot of code: http://www.kevlindev.com/geometry/2D/intersections/index.htm On Jan 28, 6:46 am, Paul Bakaus paul.bak...@googlemail.com wrote: That's currently not possible unfortunately. Feel free to add it as feature request to our bug tracker

[jquery-ui] Re: Datepicker Theme and Links

2009-01-28 Thread Miroku
Yeah, the problem was that, thank you ^_^ even if the corners don't appear yet =( Anyway what about the link question? Can I make the month linkable? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery UI group.

[jquery-ui] jQuery Tabs

2009-01-28 Thread tyliong
if i use lia href=/advertisements/create/7spanAccount Settings/span/a/li in one of the tabs the result displays nothing or stalls but if i replace advertisements with anything else like advertise or teddies or anything else it will work. Is this a limitation of jQuery tabs? Are there special

[jquery-ui] Re: Strange problem at the intersection of jqUploader and resizables

2009-01-28 Thread Vaughn
Anybody? I'm still stuck on this. Is this the wrong group to ask in? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

[jquery-ui] Re: DatePicker and Flash Movies

2009-01-28 Thread xwisdom
Many thanks Ca-Phun Ung and rolfsf. Will give it a try. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group,

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-28 Thread sk
omg... that was easy. Thanks a lot. I wish I would have known that. On Jan 28, 11:52 am, Stephan Veigl stephan.ve...@gmail.com wrote: You can wrap your div class=styleInfo with another div and put the position:relative; style to the wrapper div. So the relative position will not interfere

[jquery-ui] Re: Ajax Tabs not loading data

2009-01-28 Thread Das123
That was exactly the problem. :) Thanks so much. The code building the tabs is in an include file and I had the ajax link referenced from the the location of the include rather than the parent file. On Jan 28, 8:29 pm, Klaus Hartl klaus.ha...@googlemail.com wrote: In the demo the ajax request

[jquery-ui] Re: Button styling and lack of a visual clicked or depressed state

2009-01-28 Thread Bennie
To be clearer on the second point, what I mean is you see a state change when you hover but not when you click. On Jan 28, 7:43 am, Bennie timothy...@gmail.com wrote: 1) I'm a bit mystified by the lack of themed buttons in jQuery UI. I've rolled my own theme in Steamroller. I've styled my

[jquery-ui] UI 1.6 CSS Framework thought...

2009-01-28 Thread Brian Ronk
How do I deal with a situation where someone has JavaScript disabled in their browser? Suddenly my tabs (or whatever), while they won't work, which is ok, are now unstyled because all of the styling is done through the CSS that is added when I call $('#news).tabs().

[jquery-ui] How To Download A Theme

2009-01-28 Thread Andy
Hello, I'm new to jQuery. I created a theme using the themeroller, and I'm having trouble implementing it into my webpage. Once downloaded and unzipped, the instructions say to simply copy the theme directory into your project and link to the themes/all.css file from your pages. However, a theme

[jquery-ui] Problems with Dialog in IE

2009-01-28 Thread Alter
Hi. I'm using JQuery 1.3 and JQuery UI 1.6r5. I'm trying to use a dialog component to show some information. I'm creating in this way: $(document).ready(function(){ .. $('#respuestasFlotantes').dialog({ autoOpen: false, width: 700,

[jquery-ui] Re: Selectable and click-events on childnodes in Firefox 3.0

2009-01-28 Thread maulter
Same here, using UI 1.6rc5 and jQuery 1.3.1 on FF 3.0.5 and Safari Nightlies Anyone know a workaround to this? On Jan 26, 7:37 am, zhekanax m...@zhekanax.ru wrote: I still have this problem. My event bindings don't work on selectable  elements. UI 1.6rc5 Browser - at least FF3 (linux)

[jquery-ui] Tabs UI Fading

2009-01-28 Thread mattmccord
I am trying to build a slideshow with the new Tabs 3. I used fxFade on one website to fade from one picture to the next one. I'm trying to figure out how to accomplish this with Tabs 3. My code is below: $('#rotation ul').tabs({ fx: { opacity: 'toggle' }}).tabs('rotate', 7000, true); My issue

[jquery-ui] Datepicker not working for double-click or repeated click

2009-01-28 Thread lorand.zu...@travelgrove.com
Hi everyone, I'm using DatePicker for a long time but I have a problem with it from the good start: is not working for doubleclick or more repeated clicks inside the input field as I expect as a user. I mean for the first click the calendar appears, but if I click again inside the input field it

[jquery-ui] Accordion background problem with IE6

2009-01-28 Thread feesta
Hi, I've been using the jQuery Accordion plugin and liking the easing motions. I'm almost done with my site and decided to test it on IE6. I was surprised to see that almost everything worked as expected. The main thing now that isn't working is the background color of the accordion is white. The

[jquery-ui] datepicker relationship between arrival and departure

2009-01-28 Thread tonywhite
I'm wanting to implement datepicker on my company's site. We're currently using YUI calendar, and I'm needing to replicate the behavior that it currently does. I'm a bit new to this, but hear its very robust, so hopefully I can pick this up fairly quickly once I see how a couple of my scenarios

[jquery-ui] Re: datepicker relationship between arrival and departure

2009-01-28 Thread Brandon Aaron
On Jan 28, 4:41 pm, tonywhite tonywh...@gmail.com wrote: 1. How do I set the departure date to auto-fill to be one day after the arrival date (once the arrival date is chosen)? You'll want to use the onSelect callback to set the date of the other input. 2. How do I make the 'minDate' of

[jquery-ui] Re: datepicker relationship between arrival and departure

2009-01-28 Thread tonywhite
Muchas gracias, Aaron! I didn't think to click that 'options' tab. Thanks - I'll work on this some more. On Jan 28, 5:02 pm, Brandon Aaron brandon.aa...@gmail.com wrote: On Jan 28, 4:41 pm, tonywhite tonywh...@gmail.com wrote: 1. How do I set the departure date to auto-fill to be one day

[jquery-ui] Re: datepicker relationship between arrival and departure

2009-01-28 Thread tonywhite
Err, I meant 'Brandon', not 'Aaron'. Whoops. On Jan 28, 5:17 pm, tonywhite tonywh...@gmail.com wrote: Muchas gracias, Aaron!  I didn't think to click that 'options' tab. Thanks - I'll work on this some more. On Jan 28, 5:02 pm, Brandon Aaron brandon.aa...@gmail.com wrote: On Jan 28, 4:41

[jquery-ui] Re: Tabs UI Fading

2009-01-28 Thread Klaus Hartl
Crossfading - if I understood you correctly - is not supported right now. There is a ticket for this and we're going to tackle it for the next release I guess. --Klaus On 28 Jan., 21:50, mattmccord mattmcc...@gmail.com wrote: I am trying to build a slideshow with the new Tabs 3. I used fxFade

[jquery-ui] Re: UI 1.6 CSS Framework thought...

2009-01-28 Thread Klaus Hartl
Well, nobody prevents you from adding the classes to the HTML right away... --Klaus On 28 Jan., 22:05, Brian Ronk paladin.ri...@gmail.com wrote: How do I deal with a situation where someone has JavaScript disabled in their browser?  Suddenly my tabs (or whatever), while they won't work,

[jquery-ui] Re: UI 1.6 CSS Framework thought...

2009-01-28 Thread Richard D. Worth
Would you want it styled as tabs if it's not going to function as tabs? - Richard On Wed, Jan 28, 2009 at 6:24 PM, Klaus Hartl klaus.ha...@googlemail.comwrote: Well, nobody prevents you from adding the classes to the HTML right away... --Klaus On 28 Jan., 22:05, Brian Ronk

[jquery-ui] Re: UI 1.6 CSS Framework thought...

2009-01-28 Thread rolfsf
If it's important to your project that it degrade gracefully when javascript is off, then you need to plan for it. The tabs plugin seems designed to degrade gracefully to an extent. Through css and some planning, you can mitigate some of the lost functionality and presentation, but you do need to

[jquery-ui] year datepicker problem

2009-01-28 Thread Led
I trying to define a availability calendar using the ui datepicker and inspired in an example on ui site. The problem is that i can't figure how to use the year in this example with the beforeShowDay . please take a look at http://realferias.com/datepik.asp?cod_casa=15. you will see that the

[jquery-ui] Re: Button styling and lack of a visual clicked or depressed state

2009-01-28 Thread Todd Parker
Hi Bennie - The UI library won't automatically theme a html button placed inside it because we try to respect the your custom markup and styles when placed inside a container like a dialog or accordion. We'd consider re- styling your buttons a bit too intrusive. We do plan on creating a set of

[jquery-ui] Re: year datepicker problem

2009-01-28 Thread Led
Perfect. thanks On 29 Jan, 03:26, Ca-Phun Ung cap...@yelotofu.com wrote: Try this: function nationalDays(date) {     for (i = 0; i natDays.length; i++) {       if (date.getMonth() == natDays[i][0] - 1           date.getDate() == natDays[i][1]           date.getFullYear() ==

[jquery-ui] Re: UI Themes and Form Elements

2009-01-28 Thread Todd Parker
Styling native form elements is very difficult to do in a consistent way so they would never be directly themeable, but we've had lots of conversations already about creating custom form elements as future plugins -- checkbox, radiobutton, select, combobox, scrollbar, etc. -- that would work in

[jquery-ui] Re: year datepicker problem

2009-01-28 Thread Led
And how to add a class to the cell On 29 Jan, 03:26, Ca-Phun Ung cap...@yelotofu.com wrote: Try this: function nationalDays(date) {     for (i = 0; i natDays.length; i++) {       if (date.getMonth() == natDays[i][0] - 1           date.getDate() == natDays[i][1]          

[jquery-ui] Re: file upload field not stylized

2009-01-28 Thread Todd Parker
We're hoping that more and more plugin developers will start leveraging the new UI CSS framework now that 1.6 is (almost) out because it's really powerful and makes it much easier for end users to drop in 3rd party plugins have them automatically adopt whatever theme is in play. Hopefully, this

[jquery-ui] Re: year datepicker problem

2009-01-28 Thread Ca-Phun Ung
On Thu, Jan 29, 2009 at 12:02 PM, Led l.r@sapo.pt wrote: And how to add a class to the cell There are no options to add additional classes to a cell but you could hook into existing ones. There are quite a few so hopefully one of them would work for you. Use Firebug to view the html

[jquery-ui] Re: dialog problems with IE6 + themeroller + height

2009-01-28 Thread Scott González
I just fixed this in SVN. The problem should go away with 1.6rc6 (being released tomorrow, final release this weekend). On Jan 20, 8:29 pm, Jeoff Wilks jeoffwi...@gmail.com wrote: Actually, it looks like both textarea cases cause the dialog to fail. I had transposed my link hrefs so didn't

[jquery-ui] Re: Javascript error on IE6 when height of content is greater than min-height in Dialog 1.6rc5

2009-01-28 Thread Scott González
I just fixed this in SVN. The problem should go away with 1.6rc6 (being released tomorrow, final release this weekend). On Jan 21, 1:20 pm, Jeoff Wilks jeoffwi...@gmail.com wrote: This is the same problem I encountered... I created a ticket athttp://ui.jquery.com/bugs/ticket/3901 On Tue,

[jquery-ui] Re: IE Dialog Invalid Argument

2009-01-28 Thread Scott González
I just fixed this in SVN. The problem should go away with 1.6rc6 (being released tomorrow, final release this weekend). On Jan 22, 2:32 am, Jeoff Wilks jeoffwi...@gmail.com wrote: Try initializing your dialog with a large minHeight ... e.g. $(...).dialog({minHeight:600}); If that works then

[jquery-ui] Re: basic livequery and dialog question

2009-01-28 Thread Scott González
Can you provide a page showing the problem? On Jan 25, 10:36 am, ktpmm5 ka...@steppingstonez.com wrote: I also upgraded to jQuery UI 1.6rc5, and changed to using a class on my button - my tabs still do not work, and neither does the dialog.  I get NO js errors, which is making it very hard to

[jquery-ui] Re: Odd Dialog Bug?

2009-01-28 Thread Scott González
This is fixed in SVN. It will be available with 1.6rc6 tomorrow. On Jan 24, 1:47 pm, Kostrowsky francois.x.h...@gmail.com wrote: Posted first on the jQuery group. Hi, Just want to report an odd bug, using the UI dialog widget, in IE7 only: How I create the dialog: ++ $('#' +

[jquery-ui] Re: jquery.ui-1.6rc4, dialog - Re-open issues

2009-01-28 Thread Scott González
The width and height are both expected to be numbers, with no units, interpreted as pixels. Do you have a page that shows the problem you're describing? On Jan 26, 6:47 pm, Chippo mathew.chap...@gmail.com wrote: while using rc5, I am having a problem where the first time I open the dialog it

[jquery-ui] Re: Draggable events not fully working

2009-01-28 Thread Scott González
This is fixed in SVN. It will be available in 1.6rc6 tomorrow. On Jan 27, 1:15 am, brian brian.whit...@gmail.com wrote: When I moved to jQuery 1.3.1 and UI 1.6rc5, draggable didn't work completely anymore.  Objects are still getting dragged around, and the drag and stop and start methods are

[jquery-ui] datepicker add class

2009-01-28 Thread Led
it is possible to add a class to datepicker cell(day). to use with beforeShowDay example: $(#Text1).datepicker({ beforeShowDay: nationalDays,showOtherMonths: true,showWeeks: true, firstDay: 7,changeFirstDay: false}); function nationalDays(date) { for (i = 0; i natDays.length; i++) {

[jquery-ui] Re: ui - Dialog

2009-01-28 Thread Scott González
In your code, you're trying to reinitialize the dialog on each click, which won't work (as you've noticed). What you want to do is create the dialog with the autoOpen option set to false. Then in your click event you would call .dialog('open') to open the dialog:

[jquery-ui] Re: datepicker add class

2009-01-28 Thread Led
On 29 Jan, 05:13, Led l.r@sapo.pt wrote: it is possible to add a class to datepicker cell(day). to use with beforeShowDay example: $(#Text1).datepicker({ beforeShowDay:  nationalDays,showOtherMonths: true,showWeeks: true, firstDay: 7,changeFirstDay: false}); function

[jquery-ui] Re: datepicker add class

2009-01-28 Thread Ca-Phun Ung
$(#Text1).datepicker({ beforeShowDay: nationalDays,showOtherMonths: true,showWeeks: true, firstDay: 7,changeFirstDay: false}); function nationalDays(date) { for (i = 0; i natDays.length; i++) { if (date.getMonth() == natDays[i][0] - 1 date.getDate() ==