[jquery-ui] Re: UIrc6 Dialog Overlay position
Ok, I'll go ahead and open the ticket up.. Here's the paste as well. Dialog won't open up in IE7 with either of the two mentioned plugins and a few other as well I believe. http://paste.pocoo.org/show/102098/ On Jan 31, 1:22 am, "Richard D. Worth" wrote: > On Sat, Jan 31, 2009 at 12:54 AM, Nikola wrote: > > > I'm having another issue though that isn't specific to rc6. When > > using a rounded corner plugin the Dialog won't open in IE7 although it > > functions as expected in FF3. I'm really unsure what would cause > > this. I'm putting together a min test case but in IE7 jsbin.com isn't > > running any of my js at all so I'll have to paste at poco.. > > Another option would be to open a ticket here > > http://dev.jqueryui.com/newticket(note: requires registration) > > and attach the test case. Thanks. > > - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UIrc6 Dialog Overlay position
On Sat, Jan 31, 2009 at 12:54 AM, Nikola wrote: > > I'm having another issue though that isn't specific to rc6. When > using a rounded corner plugin the Dialog won't open in IE7 although it > functions as expected in FF3. I'm really unsure what would cause > this. I'm putting together a min test case but in IE7 jsbin.com isn't > running any of my js at all so I'll have to paste at poco.. Another option would be to open a ticket here http://dev.jqueryui.com/newticket (note: requires registration) and attach the test case. Thanks. - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UIrc6 Dialog Overlay position
Thanks, Richard, I missed that topic and assumed that there was a 'default' overlay CSS built into UI. I actually deleted this topic before you replied as I figured it out. Sorry about that and thank you. I'm having another issue though that isn't specific to rc6. When using a rounded corner plugin the Dialog won't open in IE7 although it functions as expected in FF3. I'm really unsure what would cause this. I'm putting together a min test case but in IE7 jsbin.com isn't running any of my js at all so I'll have to paste at poco.. On Jan 31, 12:35 am, "Richard D. Worth" wrote: > Answered here > > http://groups.google.com/group/jquery-ui/browse_thread/thread/f869e90... > > - Richard > > On Sat, Jan 31, 2009 at 12:04 AM, Nikola wrote: > > > Setting the overlay to 'position:absolute' and 'top:0' the overlay > > position is correct but the dimensions jump to a height of 5000px+ and > > a width of nearly 1200px... > > > On Jan 30, 11:59 pm, Nikola wrote: > > > I've added the appropriate CSS for the Dialog overlay but for some > > > reason it is appearing at the bottom of the page and extending the > > > height... > > > >http://jsbin.com/afuka/edit --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UIrc6 Dialog Overlay position
Answered here http://groups.google.com/group/jquery-ui/browse_thread/thread/f869e90fc0a3c2f4 - Richard On Sat, Jan 31, 2009 at 12:04 AM, Nikola wrote: > > Setting the overlay to 'position:absolute' and 'top:0' the overlay > position is correct but the dimensions jump to a height of 5000px+ and > a width of nearly 1200px... > > On Jan 30, 11:59 pm, Nikola wrote: > > I've added the appropriate CSS for the Dialog overlay but for some > > reason it is appearing at the bottom of the page and extending the > > height... > > > > http://jsbin.com/afuka/edit > > > --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6
Sorry, I read your 2nd email more closely than your first. I see you already shared a sample now. Looks like you're missing the jQuery UI CSS Framework: http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.core.css"; rel="stylesheet" /> http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.dialog.css"; rel="stylesheet" /> http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.theme.css"; rel="stylesheet" /> or http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.all.css"; rel="stylesheet" /> Or you can download a custom theme from ThemeRoller ( http://jqueryui.com/themeroller ). - Richard On Sat, Jan 31, 2009 at 12:27 AM, Richard D. Worth wrote: > Did you set modal to true? That's the only time the overlay will be added. > Otherwise, can you share a sample page? > > - Richard > > > On Fri, Jan 30, 2009 at 11:52 PM, Nikola wrote: > >> >> I've added the overlay CSS but I am still unable to use an overlay >> with UI Dialog in rc6... >> >> .ui-widget-overlay{ >> opacity: .5; >> filter: alpha(opacity=50); >> -moz-opacity: 0.5; >> background: #00; >> } >> >> On Jan 30, 11:28 pm, Nikola wrote: >> > Hello, >> > >> > In trying out rc6 I've found that I cannot use the modal overlay. I >> > reduced the page I was working on to a minimal test case and then also >> > tried rc6 out on a previous minimal test case I already had up at >> > jsbin.com. Here is a link to the test case. I have commented out the >> > link to rc5 and added the rc6 link. You can just comment rc6 out and >> > try it with rc5 to confirm it functions. I haven't been able to use >> > any modal overlays so far in rc6 in any of the test cases I've put >> > together. I am stumped. >> > >> > http://jsbin.com/ivide/edit >> >> >> > --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6
Did you set modal to true? That's the only time the overlay will be added. Otherwise, can you share a sample page? - Richard On Fri, Jan 30, 2009 at 11:52 PM, Nikola wrote: > > I've added the overlay CSS but I am still unable to use an overlay > with UI Dialog in rc6... > > .ui-widget-overlay{ > opacity: .5; > filter: alpha(opacity=50); > -moz-opacity: 0.5; > background: #00; > } > > On Jan 30, 11:28 pm, Nikola wrote: > > Hello, > > > > In trying out rc6 I've found that I cannot use the modal overlay. I > > reduced the page I was working on to a minimal test case and then also > > tried rc6 out on a previous minimal test case I already had up at > > jsbin.com. Here is a link to the test case. I have commented out the > > link to rc5 and added the rc6 link. You can just comment rc6 out and > > try it with rc5 to confirm it functions. I haven't been able to use > > any modal overlays so far in rc6 in any of the test cases I've put > > together. I am stumped. > > > > http://jsbin.com/ivide/edit > > > --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UIrc6 Dialog Overlay position
Setting the overlay to 'position:absolute' and 'top:0' the overlay position is correct but the dimensions jump to a height of 5000px+ and a width of nearly 1200px... On Jan 30, 11:59 pm, Nikola wrote: > I've added the appropriate CSS for the Dialog overlay but for some > reason it is appearing at the bottom of the page and extending the > height... > > http://jsbin.com/afuka/edit --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] UIrc6 Dialog Overlay position
I've added the appropriate CSS for the Dialog overlay but for some reason it is appearing at the bottom of the page and extending the height... http://jsbin.com/afuka/edit --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6
I've added the overlay CSS but I am still unable to use an overlay with UI Dialog in rc6... .ui-widget-overlay{ opacity: .5; filter: alpha(opacity=50); -moz-opacity: 0.5; background: #00; } On Jan 30, 11:28 pm, Nikola wrote: > Hello, > > In trying out rc6 I've found that I cannot use the modal overlay. I > reduced the page I was working on to a minimal test case and then also > tried rc6 out on a previous minimal test case I already had up at > jsbin.com. Here is a link to the test case. I have commented out the > link to rc5 and added the rc6 link. You can just comment rc6 out and > try it with rc5 to confirm it functions. I haven't been able to use > any modal overlays so far in rc6 in any of the test cases I've put > together. I am stumped. > > http://jsbin.com/ivide/edit --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: dialog problems experienced with new RC6 release
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 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 same amount less in height as the button bar. > > If I set the height to a fixed amount the problem disappears. Can you enter a ticket for this? http://dev.jqueryui.com/newticket (note: requires registration) If you could attach a test page that would be great. > > I also noticed that the overlay color config I used to have no longer > works: > > overlay : { > opacity : "0.3", > background : "#00" > } The overlay option was removed now that the overlay is handled by the jQuery UI CSS Framework. This way you can select the style of the default overlay in the theme (for example, using ThemeRoller). You can always override it with css: .ui-widget-overlay { opacity: .3; filter:Alpha(Opacity=30); background: #00; } - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] UI Dialog - Modal Overlay is broken in rc6
Hello, In trying out rc6 I've found that I cannot use the modal overlay. I reduced the page I was working on to a minimal test case and then also tried rc6 out on a previous minimal test case I already had up at jsbin.com. Here is a link to the test case. I have commented out the link to rc5 and added the rc6 link. You can just comment rc6 out and try it with rc5 to confirm it functions. I haven't been able to use any modal overlays so far in rc6 in any of the test cases I've put together. I am stumped. http://jsbin.com/ivide/edit --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Dialog overlay is too large for screen size
This is something that i've been experiencing for a while and due to difficulties in creating a reliable test case i've refrained from submitting a bug report. I might start by describing the symptoms and possibly try again at reproducing this outside of my app if no-one has any thoughts on it from my description. What happens is that on all of my dialogs I find that the overlay is 10-20 pixels larger in width and height than browser window. The effect of this is for scrollbars to appear. This is not a show stopper but it causes issues with my layout underneath the dialog. Once the dialog is dismissed the scrollbars disappear and everything is great. I have a workaround for this. I noticed that resizing the dialog manually makes the overlay size fix itself so I tried calling $ ("#dialog-container").trigger("resize"); I'm guessing i'm calling it on the wrong element there because it didn't work so I tried triggering a resize on the window instead and it worked... well, almost. This causes a 10 (or so) pixel reduction in height of my main viewport ( I have a fixed height viewport that is sticky to the bottom of the viewable window - this may be part of the reason for the problem ??). I noticed that this fixed itself every second opening of a dialog so I figured why not trigger resize on window a couple of times... $(window).trigger("resize").trigger("resize"); This works and i've been putting 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 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] dialog problems experienced with new RC6 release
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 same amount less in height as the button bar. If I set the height to a fixed amount the problem disappears. I also noticed that the overlay color config I used to have no longer works: overlay : { opacity : "0.3", background : "#00" } This gets ignored and an overlay of background color #AA is used. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: ui.mouse.js, ui.draggable.js, ui.draggable.ext.js & the Bibeault book
On Fri, Jan 30, 2009 at 9:56 AM, AlexM wrote: > > Hi. I have just worked through the *amazing* Bibeault "jQuaery in > Action" book and I want to build some "draggable()" stuff. But the > book describes the need for the following JS files: > - ui.mouse.js > - ui.draggable.js > - ui.draggable.ext.js > but these don't seem to exist - or at least I can't find them on > jQuery.com. What am I missing? Between v1.0 and v1.5 of jQuery UI, the mouse plugin was rolled into ui.core.js and draggable is just one file now: ui.draggable.js. If you go to the download builder http://jqueryui.com/download just click on draggable and it will automatically select the only dependency (ui.core.js) and then click download. Or you can grab the two files directly here Latest Stable Release (1.5.3) http://jqueryui.com/latest/ui/ui.core.js http://jqueryui.com/latest/ui/ui.draggable.js Preview Release (1.6rc6) http://jqueryui.com/testing/ui/ui.core.js http://jqueryui.com/testing/ui/ui.draggable.js - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Error loading jquery-ui-personalized-1.5.3.min.js in IE7
I have a simple ASP.NET page where the jquery-1.3.1.min.js and jquery- ui-personalized-1.5.3.min.js files are loaded with no other .js files or calls on the page. When the page loads in FireFox3 there are no errors. However, when the same page loads in IE7 there is an error "Object not found". If I comment out jquery-ui- personalized-1.5.3.min.js the page loads w/ no errors. Any insights? Thanks, Chris --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: ui.mouse.js, ui.draggable.js, ui.draggable.ext.js & the Bibeault book
jQuery UI has been changing a lot recently, and it's difficult for printed material to keep up with it... Personally, I think it's better to just scrap the book and learn from the UI documentation that's provided. On Jan 30, 4:56 am, AlexM wrote: > Hi. I have just worked through the *amazing* Bibeault "jQuaery in > Action" book and I want to build some "draggable()" stuff. But the > book describes the need for the following JS files: > - ui.mouse.js > - ui.draggable.js > - ui.draggable.ext.js > but these don't seem to exist - or at least I can't find them on > jQuery.com. What am I missing? > > Alex --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
I just tried FireFox 3 and was able to d/l and unzip the file w/ WinZip. WinXP/IE7 does not work. Chris On Jan 30, 10:10 am, amit290 wrote: > Hi, > > I was just having the same problem and came here to let you know about > it. The problem happens on the Core + Component downloads as well as > the Theme builder. > > Windows Vista SP1 / IE 7. Windows un-zip programme reports it a > corrupt zip file. > > However if you download with Mozilla Firefox (3.0.5) the Zip file is > fine and you're able to extract the files. > > --A > > On Jan 30, 2:17 pm, "Richard D. Worth" wrote: > > > > > Just to be sure, what url are you at for the download? > > > - Richard > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > > Nope. Still not working. > > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > > Estimated size is 56.34K. When I click d/l it streams the file down to > > > the standard Win dialog box in my browser. Interestingly, the file > > > size is 35.9K If I either Open or Save the file I get the WinZip > > > message "Can not open file because it does not appear to be a valid > > > archive...". I have tried multiple combinations of the components > > > including "All" and get the same behavior. I tried deleting all temp > > > files etc. just in case as well. > > > > WinXP w/ latest updates > > > IE7 > > > > I have d/l earlier versions successfully. I saw another post where > > > someone had the same problem, but then it worked?? > > > > Chris > > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > > Works fine for me, even using the native unzip function of Windows XP. > > > Could > > > > you try again, and > > > > if it's still not working, giving us more information about the download > > > and > > > > your system? > > > > > Thanks, > > > > Paul > > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > > file? I tried several times and combinations of components. Thoughts? > > > > > -- > > > > Paul Bakaus > > > > UI Architect > > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus-Hide > > > > quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
I am having the same issue! On Jan 30, 4:53 am, ChrisP wrote: > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > file? I tried several times and combinations of components. Thoughts? --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] two column wide portlet
Has anyone ever tried to implement a portlet that is the width of two columns mixed in with portlets that are just one column wide? I just changed the width on one of the porlets to be as wide as two columns and it can still be moved around and everything, but it overlaps the portlets in the column next to it. You can't keep the portlets in the column next to it from sliding up because there isn't a portlet in that spot. Does any of this make sense? Let me know and I will try to put up an example somewhere. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jquery datepicker ui - speed issues
It opened very quickly for me on Mac OS 10.5 FF 3.05. On Jan 30, 10:09 am, Falken Creative wrote: > Thanks for checking. Seems to be working fine for me on FF3 under > WInXP... odd that I should get different speeds under FF3 on the Mac. > Anyway, thanks for the help. I guess I'll just ignore the issue for > now. > > On Jan 30, 12:13 am, redsquare > wrote: > > > Works instant for me (Win XP, FF3.05 + FB) --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Default Grid implementation in 1.7
I am looking for a combination of grid (listview) and a formview. When one wants to edit the contents of a row, you do not (always) want to do that 'in place'. Especially creating some kind of default layout for the form view seems difficult to me. We testing jqgrid in a RoR project now and we would use jQueryUI when possible! On Jan 30, 10:54 pm, Fontzter wrote: > I have been extremely impressed with jqGrid. I agree that it should > be considered as a starting point for the UI version. > > Dave > > On Jan 30, 3:44 pm, Nathan Maves wrote: > > > > > Do we know yet, if any, what the grid component will be based on? Could it > > possibly be jqGrid? > > Nathan- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jquery datepicker ui - speed issues
Worked instantly for me as well on Mac OS 10.5 and FF 3.0.5. On Jan 30, 10:09 am, Falken Creative wrote: > Thanks for checking. Seems to be working fine for me on FF3 under > WInXP... odd that I should get different speeds under FF3 on the Mac. > Anyway, thanks for the help. I guess I'll just ignore the issue for > now. > > On Jan 30, 12:13 am, redsquare > wrote: > > > Works instant for me (Win XP, FF3.05 + FB) --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] where is progressbar???
I was using a very old version of progressbar that I found a long time ago before I started using JQuery, not realizing that it was a small part of something much bigger... Anyway, I try to upgrade to the latest version and strangely, I can't find it. I downloaded a customized version of the UI, but the word "progress" is nowhere to be found in the downloaded files. I downloaded the complete UI files. I got the zipped file with the individual components all listed separately in it. But still no progressbar. Where is it??? --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] clearstyle accordion does not work
continuing the previous post, when I use accordion and set clearstyle:false it clears the style (height and overflow are modified) but when I set to nothing it only clears hlaf of the styles (overflow is modified) I really cannot find any way to force the overflow to auto it always changes to hidden any help is really appreciated thank you very much Eric --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] accordion overflow
Hi everybody, I have started using accordion on my website, but for some reason, it seems to override the css overflow: auto; with overflow :hidden; after the first use of the accordion. I have looked for a solution in the doc and this forum but did not find any answer on how to set it correctly. I tried to play witht autoheight, clearstyle,fillspace, but none of my tryings managed to get overflow: auto. Is there a way to force it I am using the latest stable version Thank you very much Eric --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jquery datepicker ui - speed issues
It works instantly for me on FF3.05 (Win XP2), but slow on IE6. On IE6 it takes about 3 seconds for the calendar to pop up, and another 2 seconds for the month navigation images (left/right) to load and display. On Jan 29, 7:05 pm, Falken Creative wrote: > Hello, > > I'm relatively new to using jquery UI. I had a quick question in > regards to the jquery UI datepicker. I implemented a sample here: > > http://www.falkencreative/temp/index.html (remove spaces) > > it does work, but I'm not too excited by its performance -- it seems > to take about three to four seconds between clicking on the input and > the calendar showing up. This delay doesn't seem to occur when using > the demo of the datepicker: > > file://localhost/Users/Falken/Desktop/test/index.html > > In both cases, I am viewing the pages using Firefox 3.0.5 for the Mac. > I'm using the same files... same jquery library, same jquery UI > files... any idea of what I should check? I'm pretty confused. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] datePicker 1.6rc5
I need some help, Im using the following code: $j("#datepicker").datepicker( { createButton: false, displayClose: true, closeOnSelect: false, selectMultiple: true } ) .bind( 'click', function() { $(this).dpDisplay(); this.blur(); return false; } ) .bind( 'dateSelected', function(e, selectedDate, $td, state) { alert('You ' + (state ? '' : 'un') // wrap + 'selected ' + selectedDate); } ) .bind( 'dpClosed', function(e, selectedDates) { alert('You closed the date picker and the ' // wrap + 'currently selected dates are:' + selectedDates); } ); // this code is essentially a copy/paste from the multiselect demo on Luck's site (note the case change datepicker != datePicker). after looking at the source for ui.datepicker.js, it looks like nearly all the old options are missing (like selectMultiple). Also functions like dpDisplay() are non existent from the plugin. Whats going on in 1.6rc5??? Can you point me to a version of the plugin that has a multiselect? Why is the new version seemingly missing almost all functionality of the older versions? Is there any way I can get this code to work with the latest version? Please let me know. (Im using jquery 1.3.1 if it matters) Thanks in advance, Tim W. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Accoirdio by Jörn Zaefferer IE6 & 7 flic ker/jump
First of, this accordion is fantastic. The issue is likely my fault. All is fine in Firefox, but when opening or closing the accordion in IE 6 or I'm seeing a quick flicker or jump. Here's my test http://www.teaessare.com/test2/menutest2.html Does anybody know how to remedy this? Any help would be greatly appreciated. -Todd --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Hi, I was just having the same problem and came here to let you know about it. The problem happens on the Core + Component downloads as well as the Theme builder. Windows Vista SP1 / IE 7. Windows un-zip programme reports it a corrupt zip file. However if you download with Mozilla Firefox (3.0.5) the Zip file is fine and you're able to extract the files. --A On Jan 30, 2:17 pm, "Richard D. Worth" wrote: > Just to be sure, what url are you at for the download? > > - Richard > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > Nope. Still not working. > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > Estimated size is 56.34K. When I click d/l it streams the file down to > > the standard Win dialog box in my browser. Interestingly, the file > > size is 35.9K If I either Open or Save the file I get the WinZip > > message "Can not open file because it does not appear to be a valid > > archive...". I have tried multiple combinations of the components > > including "All" and get the same behavior. I tried deleting all temp > > files etc. just in case as well. > > > WinXP w/ latest updates > > IE7 > > > I have d/l earlier versions successfully. I saw another post where > > someone had the same problem, but then it worked?? > > > Chris > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > Works fine for me, even using the native unzip function of Windows XP. > > Could > > > you try again, and > > > if it's still not working, giving us more information about the download > > and > > > your system? > > > > Thanks, > > > Paul > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > file? I tried several times and combinations of components. Thoughts? > > > > -- > > > Paul Bakaus > > > UI Architect > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus- Hide quoted > > > text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] ui.mouse.js, ui.draggable.js, ui.draggable.ext.js & the Bibeault book
Hi. I have just worked through the *amazing* Bibeault "jQuaery in Action" book and I want to build some "draggable()" stuff. But the book describes the need for the following JS files: - ui.mouse.js - ui.draggable.js - ui.draggable.ext.js but these don't seem to exist - or at least I can't find them on jQuery.com. What am I missing? Alex --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
I didnt see my post.. so replying again... I am getting the same error about unexpected end of archive in winrar , in winzip it does not work either. I am using http://ui.jquery.com/download to download. Thanks On Jan 30, 9:17 am, "Richard D. Worth" wrote: > Just to be sure, what url are you at for the download? > > - Richard > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > Nope. Still not working. > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > Estimated size is 56.34K. When I click d/l it streams the file down to > > the standard Win dialog box in my browser. Interestingly, the file > > size is 35.9K If I either Open or Save the file I get the WinZip > > message "Can not open file because it does not appear to be a valid > > archive...". I have tried multiple combinations of the components > > including "All" and get the same behavior. I tried deleting all temp > > files etc. just in case as well. > > > WinXP w/ latest updates > > IE7 > > > I have d/l earlier versions successfully. I saw another post where > > someone had the same problem, but then it worked?? > > > Chris > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > Works fine for me, even using the native unzip function of Windows XP. > > Could > > > you try again, and > > > if it's still not working, giving us more information about the download > > and > > > your system? > > > > Thanks, > > > Paul > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > file? I tried several times and combinations of components. Thoughts? > > > > -- > > > Paul Bakaus > > > UI Architect > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus- Hide quoted > > > text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Creating Buttons with the jQuery UI CSS Framework
For those interested in using the jQuery UI CSS Framework to create buttons, check out Filament's new article: http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ This should prove useful as guidelines and recommendations for the future UI button widget. ...reposted from Dev list... --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Default Grid implementation in 1.7
I have been extremely impressed with jqGrid. I agree that it should be considered as a starting point for the UI version. Dave On Jan 30, 3:44 pm, Nathan Maves wrote: > Do we know yet, if any, what the grid component will be based on? Could it > possibly be jqGrid? > Nathan --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
>From what I see 7zip should be able to unzip most common formats. However, if the d/l is in 7zip format WinZip etc. would not be able to open it. On Jan 30, 4:01 pm, Karen wrote: > 7zIP is the another program to unzip zipped files.http://www.7-zip.org/ > Not sure why this program can unzip ui files and not anything else > though... > > On Jan 30, 12:47 pm, ChrisP wrote: > > > > > Is the file in 7z format by chance? Maybe that is why the size is > > smaller than indicated. > > > Chris > > > On Jan 30, 3:42 pm, ChrisP wrote: > > > >http://ui.jquery.com/download > > > > Chris > > > > On Jan 30, 9:17 am, "Richard D. Worth" wrote: > > > > > Just to be sure, what url are you at for the download? > > > > > - Richard > > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > > > > Nope. Still not working. > > > > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > > > > Estimated size is 56.34K. When I click d/l it streams the file down to > > > > > the standard Win dialog box in my browser. Interestingly, the file > > > > > size is 35.9K If I either Open or Save the file I get the WinZip > > > > > message "Can not open file because it does not appear to be a valid > > > > > archive...". I have tried multiple combinations of the components > > > > > including "All" and get the same behavior. I tried deleting all temp > > > > > files etc. just in case as well. > > > > > > WinXP w/ latest updates > > > > > IE7 > > > > > > I have d/l earlier versions successfully. I saw another post where > > > > > someone had the same problem, but then it worked?? > > > > > > Chris > > > > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > > > > Works fine for me, even using the native unzip function of Windows > > > > > > XP. > > > > > Could > > > > > > you try again, and > > > > > > if it's still not working, giving us more information about the > > > > > > download > > > > > and > > > > > > your system? > > > > > > > Thanks, > > > > > > Paul > > > > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid > > > > > > > .zip > > > > > > > file? I tried several times and combinations of components. > > > > > > > Thoughts? > > > > > > > -- > > > > > > Paul Bakaus > > > > > > UI Architect > > > > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus-Hidequotedtext > > > > > > - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
7zIP is the another program to unzip zipped files. http://www.7-zip.org/ Not sure why this program can unzip ui files and not anything else though... On Jan 30, 12:47 pm, ChrisP wrote: > Is the file in 7z format by chance? Maybe that is why the size is > smaller than indicated. > > Chris > > On Jan 30, 3:42 pm, ChrisP wrote: > > > > >http://ui.jquery.com/download > > > Chris > > > On Jan 30, 9:17 am, "Richard D. Worth" wrote: > > > > Just to be sure, what url are you at for the download? > > > > - Richard > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > > > Nope. Still not working. > > > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > > > Estimated size is 56.34K. When I click d/l it streams the file down to > > > > the standard Win dialog box in my browser. Interestingly, the file > > > > size is 35.9K If I either Open or Save the file I get the WinZip > > > > message "Can not open file because it does not appear to be a valid > > > > archive...". I have tried multiple combinations of the components > > > > including "All" and get the same behavior. I tried deleting all temp > > > > files etc. just in case as well. > > > > > WinXP w/ latest updates > > > > IE7 > > > > > I have d/l earlier versions successfully. I saw another post where > > > > someone had the same problem, but then it worked?? > > > > > Chris > > > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > > > Works fine for me, even using the native unzip function of Windows XP. > > > > Could > > > > > you try again, and > > > > > if it's still not working, giving us more information about the > > > > > download > > > > and > > > > > your system? > > > > > > Thanks, > > > > > Paul > > > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > > > file? I tried several times and combinations of components. > > > > > > Thoughts? > > > > > > -- > > > > > Paul Bakaus > > > > > UI Architect > > > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus-Hidequoted > > > > > text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Is the file in 7z format by chance? Maybe that is why the size is smaller than indicated. Chris On Jan 30, 3:42 pm, ChrisP wrote: > http://ui.jquery.com/download > > Chris > > On Jan 30, 9:17 am, "Richard D. Worth" wrote: > > > > > Just to be sure, what url are you at for the download? > > > - Richard > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > > Nope. Still not working. > > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > > Estimated size is 56.34K. When I click d/l it streams the file down to > > > the standard Win dialog box in my browser. Interestingly, the file > > > size is 35.9K If I either Open or Save the file I get the WinZip > > > message "Can not open file because it does not appear to be a valid > > > archive...". I have tried multiple combinations of the components > > > including "All" and get the same behavior. I tried deleting all temp > > > files etc. just in case as well. > > > > WinXP w/ latest updates > > > IE7 > > > > I have d/l earlier versions successfully. I saw another post where > > > someone had the same problem, but then it worked?? > > > > Chris > > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > > Works fine for me, even using the native unzip function of Windows XP. > > > Could > > > > you try again, and > > > > if it's still not working, giving us more information about the download > > > and > > > > your system? > > > > > Thanks, > > > > Paul > > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > > file? I tried several times and combinations of components. Thoughts? > > > > > -- > > > > Paul Bakaus > > > > UI Architect > > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus-Hide > > > > quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Random - Tab events not being called
Hi, I'm using jquery-1.2.6.min.js & jquery-ui-personalized-1.5.3.min.js and I can't get tabs to work :( jquery-1.3.1.min.js & jquery-ui-personalized-1.6rc6.min.js work, but I was hoping to stick with 1.2.6 because 1.3.1 doesn't have vsdocs yet. Everything else is exact same codebase... Thanks for your help!! On Jan 15, 8:14 am, Beaver6813 wrote: > Right thats cleared that up :) Thanks a lot Richard! > > On Jan 15, 12:44 pm, "Richard D. Worth" wrote: > > > > > Not just yet. jQuery UI 1.5+ and up to 1.6rc4 is only compatible with jQuery > > 1.2.6 > > > Starting with jQuery UI 1.6rc5 (coming today) it will only be compatible > > with jQuery 1.3. After 1.6 final it'll be a little simpler > > > jQuery UI 1.5+ requires jQuery 1.2.6, not compatible with 1.3 > > jQuery UI 1.6+ requires jQuery 1.3, not compatible with 1.2.6 > > > - Richard > > > On Thu, Jan 15, 2009 at 7:21 AM, Beaver6813 wrote: > > > > EDIT: > > > Found the problem seems to be coming from updating to jquery 1.3, I'm > > > currently using jquery ui 1.5.4 (latest) is the 1.6 preview compatible > > > with jquery 1.3? > > > > --Sam > > > > On Jan 14, 11:08 pm, Beaver6813 wrote: > > > > Hey guys, > > > > > An odd error is occuring on my site I'm in the middle of developing > > > > and I can't for the life of me find the bug, firebug shows no errors > > > > but none of the events that are being binded are being called at all > > > > (ive tested with the alert() function ;) ) > > > > > Any ideas? > > > > Test site:http://www.new.fetchmp3.com/dev/search.php?q=Fall+Out+Boy > > > > user: admin pass: google123 > > > > > This bug I have is seriously confusing me as I cant see where ive gone > > > > wrong! > > > > > Thanks guys, > > > > > Sam- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Default Grid implementation in 1.7
Do we know yet, if any, what the grid component will be based on? Could it possibly be jqGrid? Nathan --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
http://ui.jquery.com/download Chris On Jan 30, 9:17 am, "Richard D. Worth" wrote: > Just to be sure, what url are you at for the download? > > - Richard > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > Nope. Still not working. > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > Estimated size is 56.34K. When I click d/l it streams the file down to > > the standard Win dialog box in my browser. Interestingly, the file > > size is 35.9K If I either Open or Save the file I get the WinZip > > message "Can not open file because it does not appear to be a valid > > archive...". I have tried multiple combinations of the components > > including "All" and get the same behavior. I tried deleting all temp > > files etc. just in case as well. > > > WinXP w/ latest updates > > IE7 > > > I have d/l earlier versions successfully. I saw another post where > > someone had the same problem, but then it worked?? > > > Chris > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > Works fine for me, even using the native unzip function of Windows XP. > > Could > > > you try again, and > > > if it's still not working, giving us more information about the download > > and > > > your system? > > > > Thanks, > > > Paul > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > file? I tried several times and combinations of components. Thoughts? > > > > -- > > > Paul Bakaus > > > UI Architect > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus- Hide quoted > > > text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Hi, I had a same problem. It seems to happen when the file include .min.js, not only ".js" file. It didn't work with WinRar & Winzip, so I downloaded 7Zip. Worked like a magic. Good luck! On Jan 30, 6:45 am, Cyril wrote: > Same Error as well... > I'm trying from the main websitehttp://ui.jquery.com/download > > Both 1.5 and 1.6 have the unexpected end of archive msg from winrar... > in winzip it does not open it. > > Thanks > > On Jan 30, 9:17 am, "Richard D. Worth" wrote: > > > > > Just to be sure, what url are you at for the download? > > > - Richard > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > > Nope. Still not working. > > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > > Estimated size is 56.34K. When I click d/l it streams the file down to > > > the standard Win dialog box in my browser. Interestingly, the file > > > size is 35.9K If I either Open or Save the file I get the WinZip > > > message "Can not open file because it does not appear to be a valid > > > archive...". I have tried multiple combinations of the components > > > including "All" and get the same behavior. I tried deleting all temp > > > files etc. just in case as well. > > > > WinXP w/ latest updates > > > IE7 > > > > I have d/l earlier versions successfully. I saw another post where > > > someone had the same problem, but then it worked?? > > > > Chris > > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > > Works fine for me, even using the native unzip function of Windows XP. > > > Could > > > > you try again, and > > > > if it's still not working, giving us more information about the download > > > and > > > > your system? > > > > > Thanks, > > > > Paul > > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > > file? I tried several times and combinations of components. Thoughts? > > > > > -- > > > > Paul Bakaus > > > > UI Architect > > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus-Hide > > > > quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jquery datepicker ui - speed issues
Thanks for checking. Seems to be working fine for me on FF3 under WInXP... odd that I should get different speeds under FF3 on the Mac. Anyway, thanks for the help. I guess I'll just ignore the issue for now. On Jan 30, 12:13 am, redsquare wrote: > Works instant for me (Win XP, FF3.05 + FB) --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI 1.6rc6 has been released
I used the builder. The jquery.ui.all.js seems to be working though. I added it to the tracker. http://dev.jqueryui.com/ticket/4006 On Jan 30, 12:09 pm, "Richard D. Worth" wrote: > On Fri, Jan 30, 2009 at 12:01 PM, sk wrote: > > > There seems to be something wrong with the 1.5.3 version. > > > Since I use the MIN version I get the first line as the error saying > > (jquery) is not a function. > > Are you using the development bundle or the download builder? > > > > > I tried to report this into the bug tracker, however the 1.5.3 release > > doesn't exist there. > > Sorry about that. I added the release to Trac, so you can open it. Thank > you. > > - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI 1.6rc6 has been released
On Fri, Jan 30, 2009 at 12:01 PM, sk wrote: > > There seems to be something wrong with the 1.5.3 version. > > Since I use the MIN version I get the first line as the error saying > (jquery) is not a function. Are you using the development bundle or the download builder? > > I tried to report this into the bug tracker, however the 1.5.3 release > doesn't exist there. Sorry about that. I added the release to Trac, so you can open it. Thank you. - Richard --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI 1.6rc6 has been released
There seems to be something wrong with the 1.5.3 version. Since I use the MIN version I get the first line as the error saying (jquery) is not a function. I tried to report this into the bug tracker, however the 1.5.3 release doesn't exist there. On Jan 30, 8:59 am, Paul Bakaus wrote: > On Fri, Jan 30, 2009 at 2:45 PM, Stamen Georgiev wrote: > > > That's great! > > > But I still have that bug with the slider - when range is true, the > > change callback is called together with the slide callback too (i.e. > > when I'm moving the slider with the mouse for example, not when I > > release the mouse button). > > It's a bit annoying. > > > I would report it in the track, but the "version" field is not > > updated. It's up to rc5. > > Updated, thanks for the hint. > > > > -- > Paul Bakaus > UI Architect > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Problems with Dialog in IE
I've downloaded the JQuery 1.3.1 and UI 1.6rc6 and the cure was worst than the disease. In firefox always works right, but now in IE all the tabs load wrong. Better i'll wait until the next week to the final UI 1.6 to view how react the page with the new changes. Greets On 30 ene, 00:47, Scott González wrote: > This sounds like the bug that was causing the minHeight of thedialog > to be negative in some cases. This has been fixed in SVN. > > On Jan 29, 1:11 pm, Alter wrote: > > > I'm still trying to find what problem could be. > > The page that i want to load in thedialoghas a structure of tables > > inside other tables. I tried loading a simple text, like "foo" inside > > thedialog, and works correctly, then i put again the previous page > > and i start to delete blocks of code to find some clue to the cause of > > the error. At the end i left a few lines of code, like that: > > > > > > > > > > > Detalle de Prestaciones Beneficiario/Problema de Salud > legend> > > > > > > > > > > > > RUT Beneficiario: > > ${datos.rutBeneficiario} > > Nombre Beneficiario: > > ${datos.nombreBeneficiario} > > > > . > > > Then these lines shows correctly in thedialog, but if i copy and > > paste the last four tags inside the same a couple times, then > > throws the mencioned JS error. I know that this could sound like a > > nonsense, but really i don't know what could be. Is there some limit > > to a node has certain amount of descendants? > > As always, the page works correctly in firefox but doesn't inIE. I > > really appreciate if someone could help me. Thanks > > > On 28 ene, 15:51, Alter wrote: > > > > Hi. I'm using JQuery 1.3 and JQuery UI 1.6r5. I'm trying to use > > > adialogcomponent to show some information. I'm creating in this way: > > > > $(document).ready(function(){ > > > .. > > > $('#respuestasFlotantes').dialog({ > > > autoOpen: false, > > > width: 700, > > > overlay: { > > > backgroundColor: '#000', > > > opacity: 0.2 > > > }, > > > modal: false > > > });} > > > > .. > > > > > > > Later, i make an Ajax call and the result is inserted in thedialog > > > and next opened like this: > > > ...(setted with ajaxsetup)... > > > $.ajax({ > > > data: $('#formConsulta').serialize(), > > > success: resPeriodoPresBenef}); > > > > ... > > > function resPeriodoPresBenef(texto,estado){ > > > $('#respuestasFlotantes').html(texto); > > > $('#respuestasFlotantes').dialog('open'); > > > > } > > > > But when i open thedialogwith $('#respuestasFlotantes').dialog > > > ('open'); throws an error of "Invalid argument" in the line 1050. I > > > checked the line with companionJS and is the jquery-1.3.js archive and > > > the line was the following: > > > > attr: function( elem, name, value ) { > > > .. > > > if ( set ) > > > (1050) elem[ name ] = value; > > > > I don't know if all of this is enought to know if is a bug or is my > > > mistake. But this problem only ocurrs inIE6 or 7 > > > I tried in Ffox 2 and 3, and works correctly. I hope someone can help > > > me. Thanks in advance. > > > Bye --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Same Error as well... I'm trying from the main website http://ui.jquery.com/download Both 1.5 and 1.6 have the unexpected end of archive msg from winrar... in winzip it does not open it. Thanks On Jan 30, 9:17 am, "Richard D. Worth" wrote: > Just to be sure, what url are you at for the download? > > - Richard > > > > On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > > Nope. Still not working. > > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > > Estimated size is 56.34K. When I click d/l it streams the file down to > > the standard Win dialog box in my browser. Interestingly, the file > > size is 35.9K If I either Open or Save the file I get the WinZip > > message "Can not open file because it does not appear to be a valid > > archive...". I have tried multiple combinations of the components > > including "All" and get the same behavior. I tried deleting all temp > > files etc. just in case as well. > > > WinXP w/ latest updates > > IE7 > > > I have d/l earlier versions successfully. I saw another post where > > someone had the same problem, but then it worked?? > > > Chris > > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > > Works fine for me, even using the native unzip function of Windows XP. > > Could > > > you try again, and > > > if it's still not working, giving us more information about the download > > and > > > your system? > > > > Thanks, > > > Paul > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > > file? I tried several times and combinations of components. Thoughts? > > > > -- > > > Paul Bakaus > > > UI Architect > > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus- Hide quoted > > > text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Tabs, ui.panel and HTMLDivElement,
It can't get any more real than this, e.g. it is a DOM object already. What are you trying to do? --Klaus On 30 Jan., 15:09, pejot wrote: > Hi, > > In every event fired for tabs there is ui.panel which is > HTMLDivElement object. > How to get some more data from that object? I mean real div ID > > regards, > Piotr --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: data on dialog
Use of the data method to modify options for UI plugins has been deprecated. We have introduced an option method in its place, which is much more flexible and provides exactly what you want: $(el).dialog('option', { ... }); This method works just like .attr() and .css(). On Jan 29, 8:17 pm, jack wrote: > Is taht possible to set dialog data by using $('#dlg_1').data('xxx', > {'title': '', 'width': '200px', 'height': '300px'}); > > instead of doing like ... > > $('#dlg_1').data('title.dialog', 'zzz') > .data('width.dialog', '200px') > .data('height.dialog', '300px'); --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: How to use ui-state-error with jQuery dialog
You simply apply the ui-state-error class to whatever element you want to. something went wrong $('#dialog').dialog(); On Jan 29, 12:57 pm, niner wrote: > I have jQuery dialog working with my custom theme. I would like to use > the "ui-state-error" css class to show errors in a dialog with that > style. How do I incorporate that style within my own custom theme? > > thanks. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: Inline Datepicker Button Panel
Ticket created: http://dev.jqueryui.com/ticket/4003 On Fri, Jan 30, 2009 at 1:04 PM, Richard D. Worth wrote: > > On Thu, Jan 29, 2009 at 11:51 PM, Ca-Phun Ung wrote: > >> Hi, >> >> It is by design the button panel is hidden on an inline datepicker - as it >> doesn't make sense to close an inline datepicker. That said, since the >> button panel also has a Today button I'm now contradicting myself by saying >> that some people might want the option to show the today button. >> >> I'll go with whatever the masses want here. >> >> We could change it so the inline datepicker hides the Close button only >> and not the whole button panel. > > > +1 > > - Richard > > > > > -- Ca-Phun Ung + http://yelotofu.com + hongkong, zce, jquery, php, css, html --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Just to be sure, what url are you at for the download? - Richard On Fri, Jan 30, 2009 at 9:14 AM, ChrisP wrote: > > Nope. Still not working. > > I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. > Estimated size is 56.34K. When I click d/l it streams the file down to > the standard Win dialog box in my browser. Interestingly, the file > size is 35.9K If I either Open or Save the file I get the WinZip > message "Can not open file because it does not appear to be a valid > archive...". I have tried multiple combinations of the components > including "All" and get the same behavior. I tried deleting all temp > files etc. just in case as well. > > WinXP w/ latest updates > IE7 > > I have d/l earlier versions successfully. I saw another post where > someone had the same problem, but then it worked?? > > Chris > > On Jan 30, 5:40 am, Paul Bakaus wrote: > > Works fine for me, even using the native unzip function of Windows XP. > Could > > you try again, and > > if it's still not working, giving us more information about the download > and > > your system? > > > > Thanks, > > Paul > > > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > > file? I tried several times and combinations of components. Thoughts? > > > > -- > > Paul Bakaus > > UI Architect > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus > > > --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Nope. Still not working. I select v1.5.3 and UI Core, Dialog, Resizable, and Draggable. Estimated size is 56.34K. When I click d/l it streams the file down to the standard Win dialog box in my browser. Interestingly, the file size is 35.9K If I either Open or Save the file I get the WinZip message "Can not open file because it does not appear to be a valid archive...". I have tried multiple combinations of the components including "All" and get the same behavior. I tried deleting all temp files etc. just in case as well. WinXP w/ latest updates IE7 I have d/l earlier versions successfully. I saw another post where someone had the same problem, but then it worked?? Chris On Jan 30, 5:40 am, Paul Bakaus wrote: > Works fine for me, even using the native unzip function of Windows XP. Could > you try again, and > if it's still not working, giving us more information about the download and > your system? > > Thanks, > Paul > > On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > > file? I tried several times and combinations of components. Thoughts? > > -- > Paul Bakaus > UI Architect > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Tabs, ui.panel and HTMLDivElement,
Hi, In every event fired for tabs there is ui.panel which is HTMLDivElement object. How to get some more data from that object? I mean real div ID regards, Piotr --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] How to use paging using jQuery
Hi, Plz tell me how I can use paging using jQuery if I have 1000 rows of data and I need to show 50 rows per page.How can I archive it.Plz provide some sample code. Thanks, Himanshu --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI 1.6rc6 has been released
On Fri, Jan 30, 2009 at 2:45 PM, Stamen Georgiev wrote: > > That's great! > > But I still have that bug with the slider - when range is true, the > change callback is called together with the slide callback too (i.e. > when I'm moving the slider with the mouse for example, not when I > release the mouse button). > It's a bit annoying. > > I would report it in the track, but the "version" field is not > updated. It's up to rc5. Updated, thanks for the hint. > > > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI 1.6rc6 has been released
That's great! But I still have that bug with the slider - when range is true, the change callback is called together with the slide callback too (i.e. when I'm moving the slider with the mouse for example, not when I release the mouse button). It's a bit annoying. I would report it in the track, but the "version" field is not updated. It's up to rc5. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: UI 1.6 CSS Framework thought...
I think what I'm going to do, is style the links the same as the tabs would be if JS was enabled. Then have (in this case) my news divs go down the page. I'll include another link in there to go back to the top of the page, and hide that with js (if it's enabled). On Jan 29, 10:56 pm, Scott González wrote: > In the most simple case of tabs, you would want to base case > (JavaScript disabled, CSS disabled) to be a list of links that point > to some other content on the page. > > One step up from this would be to use CSS to add some styling to the > links, and possibly even the content they link to. > > The final step would be to use JavaScript to build tabs out of the > links and content. > > With that approach in mind, you can structure you page semantically > from the beginning. Then you can add whatever classes you need to > style the page without tabs. Finally, you would use JavaScript to > make any modification necessary to instantiate the tabs. So, for > example, you may need to remove some of your own classes from the > links or content divs. You may also use a slightly different style of > markup for the base case, so you would use JavaScript to tweak the > markup and then instantiate the tabs. > > Hope that helps. > > On Jan 29, 8:46 am, Brian Ronk wrote: > > > No, I probably don't want it to act like tabs. I guess I was > > wondering because most of the styling would (theoretically) be > > associated with the classes for the tabs. I guess it would work to do > > most of the styling with other classes or css, and have the tab/ui > > related ones create the tabs. Of course, if I have more widgets in my > > system, then I might want to rethink that part I guess. > > > I'm probably making it harder than it needs to be. I'm good for > > that. Thanks for the thoughts. > > > On Jan 28, 7:51 pm, "Richard D. Worth" wrote: > > > > 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 > > > wrote: > > > > > Well, nobody prevents you from adding the classes to the HTML right > > > > away... > > > > > --Klaus > > > > > On 28 Jan., 22:05, Brian Ronk 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, which is ok, are now unstyled because all of the styling is done > > > > > through the CSS that is added when I call $('#news).tabs(). --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] datepicker beforeShowDay and css
Have been working the last 2 days in a availability calendar with ui datepicker. The code is working as expected but the theme interfere somewhere in the classes added dynamically. If we change the last line in a cycle (ex: "return [true, 'desocupa' ];" to "return [false, 'desocupa' ];" ) the styles change. look at http://www.realferias.com/datepik.asp?cod_casa=15 go to february and look at the classes generated by the array objects. my css: .ocupa{background-color:#FF;} .desocupa {background-color:#33CC33; } .transita_1 {background-image:url('/images/transita_fundo.GIF')} Something about the selectable true/false. I know somebody can help me. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] datepicker beforeShowDay and css
Have been working the last 2 days in a availability calendar with ui datepicker. The code is working as expected but the theme interfere somewhere in the classes added dynamically. If we change the last line in a cycle (ex: "return [true, 'desocupa' ];" to "return [false, 'desocupa' ];" ) the styles change. look at http://www.realferias.com/datepik.asp?cod_casa=15 go to february and look at the classes generated by the array objects. my css: .ocupa{background-color:#FF;} .desocupa {background-color:#33CC33; } .transita_1 {background-image:url('/images/transita_fundo.GIF')} Something about the selectable true/false. I know somebody can help me. --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
Cool. No problem. On Fri, Jan 30, 2009 at 8:18 PM, Led wrote: > > yes it is for sure a css problem. > Thanks for your patiente. Very helpull someway > > On Jan 30, 11:40 am, Led wrote: > > Maybe not. > > > > look at this code inhttp://www.realferias.com/datepik_2.asp?cod_casa=15 > > > > the 'transita_1' class is not added and the code is ok. > > > > i think its a bug in ui datepicker. > > > > On Jan 30, 11:14 am, Ca-Phun Ung wrote: > > > > > > > > > As I said in my previous response. It's a CSS problem. The code works > as it > > > should. A solution was given in my previous response. Give it a try. > Thanks! > > > > > On Fri, Jan 30, 2009 at 6:27 PM, Led wrote: > > > > > > if i use this code: > > > > function ocupaDays(date) { > > > >for (i = 0; i < arrayOcupado.length; i++) { > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > && date.getDate() == arrayOcupado[i][1] > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > >return [false, 'ocupa' ]; > > > > > > } > > > >} > > > > for (k = 0; k < arrayLivre.length; k++) { > > > > if (date.getMonth() == arrayLivre[k][0] - 1 > > > > && date.getDate() == arrayLivre[k][1] > > > > && date.getFullYear() == arrayLivre[k][2]) { > > > >return [true, 'desocupa' ]; > > > > > > } > > > >} > > > > > >for (j = 0; j < arraylivreTransita.length; j++) { > > > > if (date.getMonth() == arraylivreTransita[j][0] - 1 > > > > && date.getDate() == arraylivreTransita[j][1] > > > > && date.getFullYear() == arraylivreTransita[j][2]) { > > > >return [true, 'transita_1' ]; > > > > > > } > > > >} > > > > > > return [true, '' ]; > > > > > > } > > > > > > even the return [true, 'transita_1' ]; dont work. > > > > strange!! > > > > On Jan 30, 10:01 am, Ca-Phun Ung wrote: > > > > > Yes. I think it is a CSS problem. So the datepicker code works > correctly. > > > > > > > There is probably some other CSS code overriding your styles - In > your > > > > case > > > > > it might be the tag colour. You may need to do something like: > > > > > > > .desocupa a { > > > > > background-color:#33CC33; > > > > > > > } > > > > > > > Or something similar. > > > > > > > Experimentation is the key. :) > > > > > > > On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > > > > > > > You have been very helpfull. The problem is that i just want the > > > > > > 'return [true, 'desocupa'];' to work > > > > > > and it seems that maybe a css problem . > > > > > > .ocupa > > > > > > { > > > > > >background-color:#FF; > > > > > > } > > > > > > .desocupa > > > > > > { > > > > > >background-color:#33CC33; > > > > > > } > > > > > > > > it only turns green with 'return [false, 'desocupa' ]; ' but in > > > > > > firebug , the class is added. > > > > > > > > thanks very much. this is important to me. > > > > > > > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > > > > > > Could you demonstrate it "not" working in your test? Would make > it > > > > easier > > > > > > > for me to help you. > > > > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > > > > > > Have you try it? That is the problem , the green backgound is > not > > > > > > > > applied when true. But when false the background is green. > > > > > > > > > > Please take a look athttp:// > > > >www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > > > > > > In the second loop try: > > > > > > > > > > > return [true, 'desocupa']; > > > > > > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led > wrote: > > > > > > > > > > > > now i have another problem. This code > > > > > > > > > > function ocupaDays(date) { > > > > > > > > > >for (i = 0; i < arrayOcupado.length; i++) { > > > > > > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > > > > > > >return [false, 'ocupa' ]; > > > > > > > > > > > > } > > > > > > > > > >} > > > > > > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > > > > > > && date.getDate() == arrayLivre[i][1] > > > > > > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > > > > > > >return [false, 'desocupa' ]; > > > > > > > > > > > > } > > > > > > > > > >} > > > > > > > > > > > > return [true, '']; > > > > > > > > > > > > } > > > > > > > > > > > > the css only work if the class 'desocupa is > selectable=false. I > > > > > > need > > > > > > > > > > to apply the css rule that is background color : green > and turn > > > > it > > > > > > > > > > selectable. try the sample and choose february. > > > > > > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung > wrote:
[jquery-ui] Re: datepicker add class
yes it is for sure a css problem. Thanks for your patiente. Very helpull someway On Jan 30, 11:40 am, Led wrote: > Maybe not. > > look at this code inhttp://www.realferias.com/datepik_2.asp?cod_casa=15 > > the 'transita_1' class is not added and the code is ok. > > i think its a bug in ui datepicker. > > On Jan 30, 11:14 am, Ca-Phun Ung wrote: > > > > > As I said in my previous response. It's a CSS problem. The code works as it > > should. A solution was given in my previous response. Give it a try. Thanks! > > > On Fri, Jan 30, 2009 at 6:27 PM, Led wrote: > > > > if i use this code: > > > function ocupaDays(date) { > > > for (i = 0; i < arrayOcupado.length; i++) { > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > && date.getDate() == arrayOcupado[i][1] > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > return [false, 'ocupa' ]; > > > > } > > > } > > > for (k = 0; k < arrayLivre.length; k++) { > > > if (date.getMonth() == arrayLivre[k][0] - 1 > > > && date.getDate() == arrayLivre[k][1] > > > && date.getFullYear() == arrayLivre[k][2]) { > > > return [true, 'desocupa' ]; > > > > } > > > } > > > > for (j = 0; j < arraylivreTransita.length; j++) { > > > if (date.getMonth() == arraylivreTransita[j][0] - 1 > > > && date.getDate() == arraylivreTransita[j][1] > > > && date.getFullYear() == arraylivreTransita[j][2]) { > > > return [true, 'transita_1' ]; > > > > } > > > } > > > > return [true, '' ]; > > > > } > > > > even the return [true, 'transita_1' ]; dont work. > > > strange!! > > > On Jan 30, 10:01 am, Ca-Phun Ung wrote: > > > > Yes. I think it is a CSS problem. So the datepicker code works > > > > correctly. > > > > > There is probably some other CSS code overriding your styles - In your > > > case > > > > it might be the tag colour. You may need to do something like: > > > > > .desocupa a { > > > > background-color:#33CC33; > > > > > } > > > > > Or something similar. > > > > > Experimentation is the key. :) > > > > > On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > > > > > You have been very helpfull. The problem is that i just want the > > > > > 'return [true, 'desocupa'];' to work > > > > > and it seems that maybe a css problem . > > > > > .ocupa > > > > > { > > > > > background-color:#FF; > > > > > } > > > > > .desocupa > > > > > { > > > > > background-color:#33CC33; > > > > > } > > > > > > it only turns green with 'return [false, 'desocupa' ]; ' but in > > > > > firebug , the class is added. > > > > > > thanks very much. this is important to me. > > > > > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > > > > > Could you demonstrate it "not" working in your test? Would make it > > > easier > > > > > > for me to help you. > > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > > > > Have you try it? That is the problem , the green backgound is not > > > > > > > applied when true. But when false the background is green. > > > > > > > > Please take a look athttp:// > > >www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > > > > > In the second loop try: > > > > > > > > > return [true, 'desocupa']; > > > > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > > > > > > now i have another problem. This code > > > > > > > > > function ocupaDays(date) { > > > > > > > > > for (i = 0; i < arrayOcupado.length; i++) { > > > > > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > > > > > > return [false, 'ocupa' ]; > > > > > > > > > > } > > > > > > > > > } > > > > > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > > > > > && date.getDate() == arrayLivre[i][1] > > > > > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > > > > > > return [false, 'desocupa' ]; > > > > > > > > > > } > > > > > > > > > } > > > > > > > > > > return [true, '']; > > > > > > > > > > } > > > > > > > > > > the css only work if the class 'desocupa is selectable=false. > > > > > > > > > I > > > > > need > > > > > > > > > to apply the css rule that is background color : green and > > > > > > > > > turn > > > it > > > > > > > > > selectable. try the sample and choose february. > > > > > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > > > > > > $("#Text1").datepicker({ beforeShowDay: > > > > > > > > > nationalDays,showOtherMonths: > > > > > > > > > > > > true,showWeeks: true, firstDay: 7,changeFirstDay: > > > false}); > > > > > > > > > > > > > function nationalDays(date) { > > > > > > > > > > > > for (i = 0; i < natDays.length; i
[jquery-ui] jQuery UI 1.6rc6 has been released
Hey everyone, we're happy to announce yet another release candidate before the big show on Saturday. See the full blog post on http://blog.jquery.com/2009/01/30/jquery-ui-16rc6-help-us-test/, downloads are as always at: http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc6.zip for the development bundle, or http://www.jqueryui.com/download for a configured download. It's very important you help us find any blockers before rolling it out as final. If you find something, please report the issue in our bug tracker at http://dev.jqueryui.com. Thanks a lot! Paul -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
Maybe not. look at this code in http://www.realferias.com/datepik_2.asp?cod_casa=15 the 'transita_1' class is not added and the code is ok. i think its a bug in ui datepicker. On Jan 30, 11:14 am, Ca-Phun Ung wrote: > As I said in my previous response. It's a CSS problem. The code works as it > should. A solution was given in my previous response. Give it a try. Thanks! > > > > > > On Fri, Jan 30, 2009 at 6:27 PM, Led wrote: > > > if i use this code: > > function ocupaDays(date) { > > for (i = 0; i < arrayOcupado.length; i++) { > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > && date.getDate() == arrayOcupado[i][1] > > && date.getFullYear() == arrayOcupado[i][2]) { > > return [false, 'ocupa' ]; > > > } > > } > > for (k = 0; k < arrayLivre.length; k++) { > > if (date.getMonth() == arrayLivre[k][0] - 1 > > && date.getDate() == arrayLivre[k][1] > > && date.getFullYear() == arrayLivre[k][2]) { > > return [true, 'desocupa' ]; > > > } > > } > > > for (j = 0; j < arraylivreTransita.length; j++) { > > if (date.getMonth() == arraylivreTransita[j][0] - 1 > > && date.getDate() == arraylivreTransita[j][1] > > && date.getFullYear() == arraylivreTransita[j][2]) { > > return [true, 'transita_1' ]; > > > } > > } > > > return [true, '' ]; > > > } > > > even the return [true, 'transita_1' ]; dont work. > > strange!! > > On Jan 30, 10:01 am, Ca-Phun Ung wrote: > > > Yes. I think it is a CSS problem. So the datepicker code works correctly. > > > > There is probably some other CSS code overriding your styles - In your > > case > > > it might be the tag colour. You may need to do something like: > > > > .desocupa a { > > > background-color:#33CC33; > > > > } > > > > Or something similar. > > > > Experimentation is the key. :) > > > > On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > > > > You have been very helpfull. The problem is that i just want the > > > > 'return [true, 'desocupa'];' to work > > > > and it seems that maybe a css problem . > > > > .ocupa > > > > { > > > > background-color:#FF; > > > > } > > > > .desocupa > > > > { > > > > background-color:#33CC33; > > > > } > > > > > it only turns green with 'return [false, 'desocupa' ]; ' but in > > > > firebug , the class is added. > > > > > thanks very much. this is important to me. > > > > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > > > > Could you demonstrate it "not" working in your test? Would make it > > easier > > > > > for me to help you. > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > > > Have you try it? That is the problem , the green backgound is not > > > > > > applied when true. But when false the background is green. > > > > > > > Please take a look athttp:// > >www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > > > > In the second loop try: > > > > > > > > return [true, 'desocupa']; > > > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > > > > > now i have another problem. This code > > > > > > > > function ocupaDays(date) { > > > > > > > > for (i = 0; i < arrayOcupado.length; i++) { > > > > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > > > > > return [false, 'ocupa' ]; > > > > > > > > > } > > > > > > > > } > > > > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > > > > && date.getDate() == arrayLivre[i][1] > > > > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > > > > > return [false, 'desocupa' ]; > > > > > > > > > } > > > > > > > > } > > > > > > > > > return [true, '']; > > > > > > > > > } > > > > > > > > > the css only work if the class 'desocupa is selectable=false. I > > > > need > > > > > > > > to apply the css rule that is background color : green and turn > > it > > > > > > > > selectable. try the sample and choose february. > > > > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > > > > > $("#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() == natDays[i][1] > > > > > > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > > > > > > return [false, natDays[i][0][1] ]; > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > > > > > } > > >
[jquery-ui] Re: datepicker add class
As I said in my previous response. It's a CSS problem. The code works as it should. A solution was given in my previous response. Give it a try. Thanks! On Fri, Jan 30, 2009 at 6:27 PM, Led wrote: > > if i use this code: > function ocupaDays(date) { >for (i = 0; i < arrayOcupado.length; i++) { > if (date.getMonth() == arrayOcupado[i][0] - 1 > && date.getDate() == arrayOcupado[i][1] > && date.getFullYear() == arrayOcupado[i][2]) { >return [false, 'ocupa' ]; > > } >} > for (k = 0; k < arrayLivre.length; k++) { > if (date.getMonth() == arrayLivre[k][0] - 1 > && date.getDate() == arrayLivre[k][1] > && date.getFullYear() == arrayLivre[k][2]) { >return [true, 'desocupa' ]; > > } >} > >for (j = 0; j < arraylivreTransita.length; j++) { > if (date.getMonth() == arraylivreTransita[j][0] - 1 > && date.getDate() == arraylivreTransita[j][1] > && date.getFullYear() == arraylivreTransita[j][2]) { >return [true, 'transita_1' ]; > > } >} > > > return [true, '' ]; > > } > > even the return [true, 'transita_1' ]; dont work. > strange!! > On Jan 30, 10:01 am, Ca-Phun Ung wrote: > > Yes. I think it is a CSS problem. So the datepicker code works correctly. > > > > There is probably some other CSS code overriding your styles - In your > case > > it might be the tag colour. You may need to do something like: > > > > .desocupa a { > > background-color:#33CC33; > > > > } > > > > Or something similar. > > > > Experimentation is the key. :) > > > > > > > > > > > > On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > > > > You have been very helpfull. The problem is that i just want the > > > 'return [true, 'desocupa'];' to work > > > and it seems that maybe a css problem . > > > .ocupa > > > { > > >background-color:#FF; > > > } > > > .desocupa > > > { > > >background-color:#33CC33; > > > } > > > > > it only turns green with 'return [false, 'desocupa' ]; ' but in > > > firebug , the class is added. > > > > > thanks very much. this is important to me. > > > > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > > > Could you demonstrate it "not" working in your test? Would make it > easier > > > > for me to help you. > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > > > Have you try it? That is the problem , the green backgound is not > > > > > applied when true. But when false the background is green. > > > > > > > Please take a look athttp:// > www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > > > In the second loop try: > > > > > > > > return [true, 'desocupa']; > > > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > > > > > now i have another problem. This code > > > > > > > function ocupaDays(date) { > > > > > > >for (i = 0; i < arrayOcupado.length; i++) { > > > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > > > >return [false, 'ocupa' ]; > > > > > > > > > } > > > > > > >} > > > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > > > && date.getDate() == arrayLivre[i][1] > > > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > > > >return [false, 'desocupa' ]; > > > > > > > > > } > > > > > > >} > > > > > > > > > return [true, '']; > > > > > > > > > } > > > > > > > > > the css only work if the class 'desocupa is selectable=false. I > > > need > > > > > > > to apply the css rule that is background color : green and turn > it > > > > > > > selectable. try the sample and choose february. > > > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > > > > $("#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() == natDays[i][1] > > > > > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > > > > > } > > > > > > > > > > > > } > > > > > > > > > > return [true, '']; > > > > > > > > > > Ah I see what you're trying to do now. Try this: > > > > > > > > > > function nationalDays(date) { > > > > > > > > for (i = 0; i < natDays.length; i++) { > > > > > > > > if (date.getMonth() == natDays[i][0] - 1 > > > > > > > > && date.getDate() == na
[jquery-ui] How to use jqGrid in Servlets/JSP pages
Hi, Can I create a grid using jqGrid in a Servlet/JSP page and load the data Using JDBC in the grid. Please give some sample Java code. Thanks, Himanshu --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] How to use jqGrid
Hi, Can I create a grid using jqGrid in a Servlet/JSP page and load the data Using JDBC in the grid. Please give some sample Java code. Thanks, Himanshu --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jQuery UI download .zip invalid?
Works fine for me, even using the native unzip function of Windows XP. Could you try again, and if it's still not working, giving us more information about the download and your system? Thanks, Paul On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > After d/l the jQuery UI .zip file. WinZip says it is an invalid .zip > file? I tried several times and combinations of components. Thoughts? > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
if i use this code: function ocupaDays(date) { for (i = 0; i < arrayOcupado.length; i++) { if (date.getMonth() == arrayOcupado[i][0] - 1 && date.getDate() == arrayOcupado[i][1] && date.getFullYear() == arrayOcupado[i][2]) { return [false, 'ocupa' ]; } } for (k = 0; k < arrayLivre.length; k++) { if (date.getMonth() == arrayLivre[k][0] - 1 && date.getDate() == arrayLivre[k][1] && date.getFullYear() == arrayLivre[k][2]) { return [true, 'desocupa' ]; } } for (j = 0; j < arraylivreTransita.length; j++) { if (date.getMonth() == arraylivreTransita[j][0] - 1 && date.getDate() == arraylivreTransita[j][1] && date.getFullYear() == arraylivreTransita[j][2]) { return [true, 'transita_1' ]; } } return [true, '' ]; } even the return [true, 'transita_1' ]; dont work. strange!! On Jan 30, 10:01 am, Ca-Phun Ung wrote: > Yes. I think it is a CSS problem. So the datepicker code works correctly. > > There is probably some other CSS code overriding your styles - In your case > it might be the tag colour. You may need to do something like: > > .desocupa a { > background-color:#33CC33; > > } > > Or something similar. > > Experimentation is the key. :) > > > > > > On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > > You have been very helpfull. The problem is that i just want the > > 'return [true, 'desocupa'];' to work > > and it seems that maybe a css problem . > > .ocupa > > { > > background-color:#FF; > > } > > .desocupa > > { > > background-color:#33CC33; > > } > > > it only turns green with 'return [false, 'desocupa' ]; ' but in > > firebug , the class is added. > > > thanks very much. this is important to me. > > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > > Could you demonstrate it "not" working in your test? Would make it easier > > > for me to help you. > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > Have you try it? That is the problem , the green backgound is not > > > > applied when true. But when false the background is green. > > > > > Please take a look athttp://www.realferias.com/datepik.asp?cod_casa=15 > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > > In the second loop try: > > > > > > return [true, 'desocupa']; > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > > > now i have another problem. This code > > > > > > function ocupaDays(date) { > > > > > > for (i = 0; i < arrayOcupado.length; i++) { > > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > > > return [false, 'ocupa' ]; > > > > > > > } > > > > > > } > > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > > && date.getDate() == arrayLivre[i][1] > > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > > > return [false, 'desocupa' ]; > > > > > > > } > > > > > > } > > > > > > > return [true, '']; > > > > > > > } > > > > > > > the css only work if the class 'desocupa is selectable=false. I > > need > > > > > > to apply the css rule that is background color : green and turn it > > > > > > selectable. try the sample and choose february. > > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > > > $("#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() == natDays[i][1] > > > > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > > > } > > > > > > > > > > } > > > > > > > > > return [true, '']; > > > > > > > > Ah I see what you're trying to do now. 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() == natDays[i][2]) { > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > } > > > > > > > } > > > > > > > return [true, 'desocupa']; > > > > > > > > } > > > > > > > > This will add the "desocupa" class to non-nationalDays. If you > > want > > > > the > > > > > > > additional class for national days you'd need to change > > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > >
[jquery-ui] Re: datepicker add class
Yes. I think it is a CSS problem. So the datepicker code works correctly. There is probably some other CSS code overriding your styles - In your case it might be the tag colour. You may need to do something like: .desocupa a { background-color:#33CC33; } Or something similar. Experimentation is the key. :) On Fri, Jan 30, 2009 at 5:50 PM, Led wrote: > > You have been very helpfull. The problem is that i just want the > 'return [true, 'desocupa'];' to work > and it seems that maybe a css problem . > .ocupa > { >background-color:#FF; > } > .desocupa > { >background-color:#33CC33; > } > > it only turns green with 'return [false, 'desocupa' ]; ' but in > firebug , the class is added. > > thanks very much. this is important to me. > > On Jan 30, 9:28 am, Ca-Phun Ung wrote: > > Could you demonstrate it "not" working in your test? Would make it easier > > for me to help you. > > > > > > > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > > > Have you try it? That is the problem , the green backgound is not > > > applied when true. But when false the background is green. > > > > > Please take a look athttp://www.realferias.com/datepik.asp?cod_casa=15 > > > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > > In the second loop try: > > > > > > return [true, 'desocupa']; > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > > > now i have another problem. This code > > > > > function ocupaDays(date) { > > > > >for (i = 0; i < arrayOcupado.length; i++) { > > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > > && date.getDate() == arrayOcupado[i][1] > > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > >return [false, 'ocupa' ]; > > > > > > > } > > > > >} > > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > > && date.getDate() == arrayLivre[i][1] > > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > >return [false, 'desocupa' ]; > > > > > > > } > > > > >} > > > > > > > return [true, '']; > > > > > > > } > > > > > > > the css only work if the class 'desocupa is selectable=false. I > need > > > > > to apply the css rule that is background color : green and turn it > > > > > selectable. try the sample and choose february. > > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > > $("#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() == natDays[i][1] > > > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > > > } > > > > > > > > > > } > > > > > > > > return [true, '']; > > > > > > > > Ah I see what you're trying to do now. 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() == natDays[i][2]) { > > > > > > return [false, natDays[i][0][1] ]; > > > > > > } > > > > > > } > > > > > > return [true, 'desocupa']; > > > > > > > > } > > > > > > > > This will add the "desocupa" class to non-nationalDays. If you > want > > > the > > > > > > additional class for national days you'd need to change > > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > to > > > > > > > > return [false, 'desocupa' ]; > > > > > > > > > i can see this comment in datepicker.js and i don't understand > --- > > > > > > > beforeShowDay: null, // Function that takes a date and returns > an > > > > > > > array with > > > > > > > // [0] = true if selectable, false if > not, > > > [1] = > > > > > > custom CSS class > > > > > > > name(s) or '', > > > > > > > // [2] = cell title (optional), e.g. > > > $.datepicker > > > > > > > > .noWeekends > > > > > > > > These specify the return values of the beforeShowDay callback. In > > > your > > > > > case > > > > > > the function is nationalDays. i.e. > > > > > > > > function nationalDays { > > > > > > return [ {selectable}, {custom-css}, {custom-cell-title} ]; > > > > > > > > } > > > > > > > > -- > > > > > > Ca-Phun Ung > > > > > > +http://yelotofu.com > > > > > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > > > > > - Show quoted text - > > > > > > -- > > > > Ca-Phun Ung > > > > +http://yelotofu.com > > > > + hongkong, zce, jquery, php, css, ht
[jquery-ui] Accordeon not working when loaded via Ajax
If I load a web page in the old way (everything at once), the widget works fine. If I try to load it in an jQuery Tab, that loads its content when clicked it does not work at all. All content hight is set to 0 (by style, so I can't change it) and the content is displayed in the background of the section headers. Code would be something like: ... exacltly the same as in the sample, acitivated with: jQuery('#payment_type').each(function(item) {jQuery(this).accordion ({header: "h3"});}); The same code works in non-Ajax (copied 1:1). Is this a bug? Is there any workaround? Or are jQuery widgets not designed for Ajax applications ;) Thank you very much for your help in advance! Best regards, Anton Trapp --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
You have been very helpfull. The problem is that i just want the 'return [true, 'desocupa'];' to work and it seems that maybe a css problem . .ocupa { background-color:#FF; } .desocupa { background-color:#33CC33; } it only turns green with 'return [false, 'desocupa' ]; ' but in firebug , the class is added. thanks very much. this is important to me. On Jan 30, 9:28 am, Ca-Phun Ung wrote: > Could you demonstrate it "not" working in your test? Would make it easier > for me to help you. > > > > > > On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > > Have you try it? That is the problem , the green backgound is not > > applied when true. But when false the background is green. > > > Please take a look athttp://www.realferias.com/datepik.asp?cod_casa=15 > > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > > In the second loop try: > > > > return [true, 'desocupa']; > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > now i have another problem. This code > > > > function ocupaDays(date) { > > > > for (i = 0; i < arrayOcupado.length; i++) { > > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > > && date.getDate() == arrayOcupado[i][1] > > > > && date.getFullYear() == arrayOcupado[i][2]) { > > > > return [false, 'ocupa' ]; > > > > > } > > > > } > > > > for (i = 0; i < arrayLivre.length; i++) { > > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > > && date.getDate() == arrayLivre[i][1] > > > > && date.getFullYear() == arrayLivre[i][2]) { > > > > return [false, 'desocupa' ]; > > > > > } > > > > } > > > > > return [true, '']; > > > > > } > > > > > the css only work if the class 'desocupa is selectable=false. I need > > > > to apply the css rule that is background color : green and turn it > > > > selectable. try the sample and choose february. > > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > > $("#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() == natDays[i][1] > > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > } > > > > > > > > } > > > > > > > return [true, '']; > > > > > > Ah I see what you're trying to do now. 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() == natDays[i][2]) { > > > > > return [false, natDays[i][0][1] ]; > > > > > } > > > > > } > > > > > return [true, 'desocupa']; > > > > > > } > > > > > > This will add the "desocupa" class to non-nationalDays. If you want > > the > > > > > additional class for national days you'd need to change > > > > > > return [false, natDays[i][0][1] ]; > > > > > > to > > > > > > return [false, 'desocupa' ]; > > > > > > > i can see this comment in datepicker.js and i don't understand --- > > > > > > beforeShowDay: null, // Function that takes a date and returns an > > > > > > array with > > > > > > // [0] = true if selectable, false if not, > > [1] = > > > > > custom CSS class > > > > > > name(s) or '', > > > > > > // [2] = cell title (optional), e.g. > > $.datepicker > > > > > > .noWeekends > > > > > > These specify the return values of the beforeShowDay callback. In > > your > > > > case > > > > > the function is nationalDays. i.e. > > > > > > function nationalDays { > > > > > return [ {selectable}, {custom-css}, {custom-cell-title} ]; > > > > > > } > > > > > > -- > > > > > Ca-Phun Ung > > > > > +http://yelotofu.com > > > > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > > > - Show quoted text - > > > > -- > > > Ca-Phun Ung > > > +http://yelotofu.com > > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > - Show quoted text - > > -- > Ca-Phun Ung > +http://yelotofu.com > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
Could you demonstrate it "not" working in your test? Would make it easier for me to help you. On Fri, Jan 30, 2009 at 5:16 PM, Led wrote: > > Have you try it? That is the problem , the green backgound is not > applied when true. But when false the background is green. > > Please take a look at http://www.realferias.com/datepik.asp?cod_casa=15 > > On Jan 30, 4:07 am, Ca-Phun Ung wrote: > > In the second loop try: > > > > return [true, 'desocupa']; > > > > > > > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > > > now i have another problem. This code > > > function ocupaDays(date) { > > >for (i = 0; i < arrayOcupado.length; i++) { > > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > > && date.getDate() == arrayOcupado[i][1] > > > && date.getFullYear() == arrayOcupado[i][2]) { > > >return [false, 'ocupa' ]; > > > > > } > > >} > > > for (i = 0; i < arrayLivre.length; i++) { > > > if (date.getMonth() == arrayLivre[i][0] - 1 > > > && date.getDate() == arrayLivre[i][1] > > > && date.getFullYear() == arrayLivre[i][2]) { > > >return [false, 'desocupa' ]; > > > > > } > > >} > > > > > return [true, '']; > > > > > } > > > > > the css only work if the class 'desocupa is selectable=false. I need > > > to apply the css rule that is background color : green and turn it > > > selectable. try the sample and choose february. > > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > > $("#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() == natDays[i][1] > > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > > return [false, natDays[i][0][1] ]; > > > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > > > } > > > > > > > > } > > > > > > return [true, '']; > > > > > > Ah I see what you're trying to do now. 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() == natDays[i][2]) { > > > > return [false, natDays[i][0][1] ]; > > > > } > > > > } > > > > return [true, 'desocupa']; > > > > > > } > > > > > > This will add the "desocupa" class to non-nationalDays. If you want > the > > > > additional class for national days you'd need to change > > > > > > return [false, natDays[i][0][1] ]; > > > > > > to > > > > > > return [false, 'desocupa' ]; > > > > > > > i can see this comment in datepicker.js and i don't understand --- > > > > > beforeShowDay: null, // Function that takes a date and returns an > > > > > array with > > > > > // [0] = true if selectable, false if not, > [1] = > > > > custom CSS class > > > > > name(s) or '', > > > > > // [2] = cell title (optional), e.g. > $.datepicker > > > > > > .noWeekends > > > > > > These specify the return values of the beforeShowDay callback. In > your > > > case > > > > the function is nationalDays. i.e. > > > > > > function nationalDays { > > > > return [ {selectable}, {custom-css}, {custom-cell-title} ]; > > > > > > } > > > > > > -- > > > > Ca-Phun Ung > > > > +http://yelotofu.com > > > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > > > - Show quoted text - > > > > -- > > Ca-Phun Ung > > +http://yelotofu.com > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > - Show quoted text - > > > -- Ca-Phun Ung + http://yelotofu.com + hongkong, zce, jquery, php, css, html --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: datepicker add class
Have you try it? That is the problem , the green backgound is not applied when true. But when false the background is green. Please take a look at http://www.realferias.com/datepik.asp?cod_casa=15 On Jan 30, 4:07 am, Ca-Phun Ung wrote: > In the second loop try: > > return [true, 'desocupa']; > > > > > > On Fri, Jan 30, 2009 at 8:50 AM, Led wrote: > > > now i have another problem. This code > > function ocupaDays(date) { > > for (i = 0; i < arrayOcupado.length; i++) { > > if (date.getMonth() == arrayOcupado[i][0] - 1 > > && date.getDate() == arrayOcupado[i][1] > > && date.getFullYear() == arrayOcupado[i][2]) { > > return [false, 'ocupa' ]; > > > } > > } > > for (i = 0; i < arrayLivre.length; i++) { > > if (date.getMonth() == arrayLivre[i][0] - 1 > > && date.getDate() == arrayLivre[i][1] > > && date.getFullYear() == arrayLivre[i][2]) { > > return [false, 'desocupa' ]; > > > } > > } > > > return [true, '']; > > > } > > > the css only work if the class 'desocupa is selectable=false. I need > > to apply the css rule that is background color : green and turn it > > selectable. try the sample and choose february. > >http://www.realferias.com/datepik.asp?cod_casa=15 > > > On Jan 29, 6:58 am, Ca-Phun Ung wrote: > > > > > $("#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() == natDays[i][1] > > > > > && date.getFullYear() == natDays[i][2]) { > > > > > return [false, natDays[i][0][1] ]; > > > > > > $(".ui-datepicker-days-cell").addclass("desocupa"); > > > > > > } > > > > > > } > > > > > return [true, '']; > > > > Ah I see what you're trying to do now. 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() == natDays[i][2]) { > > > return [false, natDays[i][0][1] ]; > > > } > > > } > > > return [true, 'desocupa']; > > > > } > > > > This will add the "desocupa" class to non-nationalDays. If you want the > > > additional class for national days you'd need to change > > > > return [false, natDays[i][0][1] ]; > > > > to > > > > return [false, 'desocupa' ]; > > > > > i can see this comment in datepicker.js and i don't understand --- > > > > beforeShowDay: null, // Function that takes a date and returns an > > > > array with > > > > // [0] = true if selectable, false if not, [1] = > > > custom CSS class > > > > name(s) or '', > > > > // [2] = cell title (optional), e.g. $.datepicker > > > > .noWeekends > > > > These specify the return values of the beforeShowDay callback. In your > > case > > > the function is nationalDays. i.e. > > > > function nationalDays { > > > return [ {selectable}, {custom-css}, {custom-cell-title} ]; > > > > } > > > > -- > > > Ca-Phun Ung > > > +http://yelotofu.com > > > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > > > - Show quoted text - > > -- > Ca-Phun Ung > +http://yelotofu.com > + hongkong, zce, jquery, php, css, html- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] using tab -- newbie help
Hi, I'm trying to use jquery tab. I downloaded the latest jquery & jqueryUI (with tabs included) and I'm still getting a javascript error on l=c.Event(l) in the jquery ui file. I have defined the minimum style as indicated documentation. What else do I need to do to get this to work? Thanks a lot, Karen .ui-tabs-hide { display: none; } --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---
[jquery-ui] Re: jquery datepicker ui - speed issues
Works instant for me (Win XP, FF3.05 + FB) On Fri, Jan 30, 2009 at 5:05 AM, Falken Creative wrote: > > Hello, > > I'm relatively new to using jquery UI. I had a quick question in > regards to the jquery UI datepicker. I implemented a sample here: > > http://www.falkencreative/temp/in dex.html (remove spaces) > > it does work, but I'm not too excited by its performance -- it seems > to take about three to four seconds between clicking on the input and > the calendar showing up. This delay doesn't seem to occur when using > the demo of the datepicker: > > file://localhost/Users/Falken/Desktop/test/index.html > > In both cases, I am viewing the pages using Firefox 3.0.5 for the Mac. > I'm using the same files... same jquery library, same jquery UI > files... any idea of what I should check? I'm pretty confused. > > > > --~--~-~--~~~---~--~~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~--~~~~--~~--~--~---