[jquery-ui] Native offline jQuery docs for OS X

2009-02-10 Thread Mika Tuupola
Ruthless self promotion and ask for help. I created OS X dictionary from jQuery docs. Basically it is native offline document format and integrates fully with operating system. You can search the docs in Spotlight (Leopard only), context menus (Leopard and Tiger) and of course the diction

[jquery-ui] Re: Event handling problem with nested tabs

2009-02-10 Thread frank.yao.zeal
I use the latest version. Thanks, this workaround works for me. On 2月11日, 上午5时55分, Klaus Hartl wrote: > I can confirm that behavior with latest > trunk...http://dev.jqueryui.com/ticket/4110 > > I can offer you a workaround for now - if you use the select handler > instead of bind, it'll work as

[jquery-ui] Re: dialog problem

2009-02-10 Thread David .Wu
is that mean I can only remove the shadow by css if I use ui theme? On 2月11日, 上午3時59分, "Richard D. Worth" wrote: > Sorry about this. I recall now that because of some issues with the shadow > option, it was removed since 1.6rc6. See > > http://dev.jqueryui.com/changeset/2013 > > It looks like it

[jquery-ui] Re: ...(jQuery) is not a function? But only with minified source

2009-02-10 Thread GreatBigBore
That must be it: I'm using JQuery 1.3 and UI 1.5.3. Thanks a lot! --~--~-~--~~~---~--~~ 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

[jquery-ui] Re: stuck on sortable('serialize')

2009-02-10 Thread Jeff Larkin
Aha! I found the problem. I had mistakenly put the id on the img tags, rather than the li tags. As soon as I moved the ids to the proper tags, it works like a charm. Thanks, -Jeff On Feb 9, 9:01 pm, Jeff Larkin wrote: > Hi Paul. > I just downloaded 1.6rc6 and I'm getting the same behavior (o

[jquery-ui] dialog size on ui1.6rc6

2009-02-10 Thread jack
Hi, all With ui1.6rc6, the size of a modal dialog at the first time diplay is not correct including the shadow. The second time and after, it will be correct. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI

[jquery-ui] keypress on ui1.6rc6

2009-02-10 Thread jack
HI, all After installed UI 1.6rc6, all keypress events on modal dialog are blocked out. --~--~-~--~~~---~--~~ 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.co

[jquery-ui] UI Dialog

2009-02-10 Thread Joshua Partogi
Dear all, I've got a question regarding UI Dialog. 1. Does a UI Dialog has to be initialized before the DOM is ready? Because I'd prefer to call it when it is clicked by a hyperlink. But if I call it this way it won't show up after I click it for the second time. 2. Related to the one above, do

[jquery-ui] Re: Event handling problem with nested tabs

2009-02-10 Thread Klaus Hartl
I can confirm that behavior with latest trunk... http://dev.jqueryui.com/ticket/4110 I can offer you a workaround for now - if you use the select handler instead of bind, it'll work as expected: $('#container').tabs({ select: function(event, ui) { if (ui.index == 1) alert("I'm tab-2"

[jquery-ui] Re: jQueryUI: in Accordion/Section 3 list not showing

2009-02-10 Thread Jörn Zaefferer
This is fixed and trunk, will be fixed on the site with the next release. Jörn On Tue, Feb 10, 2009 at 4:14 PM, sfdude wrote: > > Hi, > > Look at: >Accordion/Section 3. > > The items inside the ... tags in the text area, > are not showing as a LIST. > They show as a single line, like this:

[jquery-ui] Re: Event handling problem with nested tabs

2009-02-10 Thread Klaus Hartl
Which version do you use? --Klaus On 10 Feb., 15:04, "frank.yao.zeal" wrote: > Hi: > > I met a problem about event handling with nested tabs. Here is the > simplified source code. > > >     >         subcontainer li> >        tab2 >     > >     >         >             sub-tab-1 >        

[jquery-ui] Re: ...(jQuery) is not a function? But only with minified source

2009-02-10 Thread James
Just to make sure, which version of jQuery are you using? jQuery UI 1.5.3 is only compatible with jQuery 1.2.6. jQuery UI 1.6 is only compatible with jQuery 1.3+. On Feb 9, 8:16 pm, GreatBigBore wrote: > Ok, I'm sure that I'm just making some dumb noob mistake, but I can't > find any doc on it

[jquery-ui] Re: dialog problem

2009-02-10 Thread Richard D. Worth
Sorry about this. I recall now that because of some issues with the shadow option, it was removed since 1.6rc6. See http://dev.jqueryui.com/changeset/2013 It looks like it's scheduled to come back in 1.next http://dev.jqueryui.com/ticket/3681 - Richard On Tue, Feb 10, 2009 at 2:22 PM, fehays

[jquery-ui] Re: dialog problem

2009-02-10 Thread fehays
On Feb 10, 10:52 am, "Richard D. Worth" wrote: > Can you guys provide some more information? What versions of jQuery and > jQuery UI are you using? Do you have a test or sample page? Thanks. > > - Richard I'm seeing the same error using 1.6rc6. I simply modified the example.html file that came

[jquery-ui] Re: dialog problem

2009-02-10 Thread Richard D. Worth
Can you guys provide some more information? What versions of jQuery and jQuery UI are you using? Do you have a test or sample page? Thanks. - Richard On Tue, Feb 10, 2009 at 11:54 AM, Joshua Langner wrote: > > I have a related problem. When in IE6, attempts to drag a dialog will > crash the brow

[jquery-ui] jQueryUI: in Accordion/Section 3 list not showing

2009-02-10 Thread sfdude
Hi, Look at: Accordion/Section 3. The items inside the ... tags in the text area, are not showing as a LIST. They show as a single line, like this: List item one List item two List item three Tried with FF 3.0.5, Safari Win (latest) & IE6 (yes...6). SFdude --~--~-~--~

[jquery-ui] jQuery newbie - problem getting dialogs to work

2009-02-10 Thread rontivo
I'm having a little difficulty getting dialogs to display correctly. I've been following examples I've found on the web site, but the dialogs display with no formatting. I can move and resize the dailogs, so I know I'm pulling in the javascript correctly. If I create a div and specifically set i

[jquery-ui] Datepicker in a dialog

2009-02-10 Thread Halmen Istvan
Hello I'm using the datepicker in a modal dialog. The problem is, when I scroll the dialog content (which often happens) and the datepicker is visible, it does not scroll sticked to the bottom of the input field. Which is obvious to me, because it has an absolute position relative to the document

[jquery-ui] Event handling problem with nested tabs

2009-02-10 Thread frank.yao.zeal
Hi: I met a problem about event handling with nested tabs. Here is the simplified source code. subcontainer tab2 sub-tab-1 sub-tab-2 sub-tab-1 sub-tab-2 ... And I bind "tabsselect" event to the ou

[jquery-ui] Re: Cannot get JQuery working on my web page

2009-02-10 Thread Brian Ronk
Oh, and this should really be in the jQuery group, not the jQuery UI group :) http://groups.google.com/group/jquery-en On Feb 10, 12:45 pm, Brian Ronk wrote: > Well, I wouldn't use $_SERVER for anything like that.  That seems > overkill to me.  For instance, here's  a layout that I use: > > pr

[jquery-ui] Re: Cannot get JQuery working on my web page

2009-02-10 Thread Brian Ronk
Well, I wouldn't use $_SERVER for anything like that. That seems overkill to me. For instance, here's a layout that I use: project-root-dir - js - styles then in my source, I would just do (using your example): If you really want to separate the third party stuff out, you could do so

[jquery-ui] Re: Not round tabs in IE because css3 not suported - Can this problem fixed in the next version of themes?

2009-02-10 Thread Onestone
See this post for a solution: http://www.filamentgroup.com/lab/achieving_rounded_corners_in_internet_explorer_for_jquery_ui_with_dd_roundi/ On Feb 9, 11:18 pm, Yosef wrote: > Not round tabs  in IE because css3 not suported - Can this problem > fixed in the next version of themes? > (I used most

[jquery-ui] Re: dialog problem

2009-02-10 Thread Joshua Langner
I have a related problem. When in IE6, attempts to drag a dialog will crash the browser. On Feb 10, 11:15 am, "David .Wu" wrote: > hi, > if I set shadow false, for example > > $('div#box').dialog({ >         shadow: false, >         width: 300, >         height: 300 > > }); > > when I drag the d

[jquery-ui] dialog problem

2009-02-10 Thread David .Wu
hi, if I set shadow false, for example $('div#box').dialog({ shadow: false, width: 300, height: 300 }); when I drag the dialog window and there will be an error this.shadow is undefined how to solve it? --~--~-~--~~~---~--~~ You received

[jquery-ui] Re: adding tabs works terribly different in IE vs firefox

2009-02-10 Thread Klaus Hartl
Hi Danny, I've fixed this issue the other day, I believe that will include added tabs. Could you give the latest revision from trunk a try? --Klaus On 10 Feb., 08:00, Danny wrote: > I am working with something that makes use of Jquery's tabs.  It works > perfectly in firefox but in IE the add

[jquery-ui] Re: Cannot get JQuery working on my web page

2009-02-10 Thread themba
Thanks for the reply earlier, jQuery is really cool, I have just started working with it last night. Everything works, if I move the JS and CSS to the same directory as my php file, but I wish I can still separate all the 3rdparty code from my custom code(struggling) jQuery is wonderful though!!

[jquery-ui] Re: Confused about jQuery UI Builds and Themes and Customer Builds

2009-02-10 Thread Lorin Larson
The following may be related to the problem: There are several programs that run with jquery 1.2.6 but do not run with 1.3.1 & UI 6rc6. These incompatibilities are not well noted (and really there is a serious problem with backward compatibility with old programs and jquery 1.3.1 and the UI 6rc6

[jquery-ui] Re: Nested Accordians do not work well (or as advertised) in Firefox!!

2009-02-10 Thread Lorin Larson
The problem has been fixed. Solution: Build the tabs and accordions when needed: when a button in the left-hand div (one of the six) is clicked On Mon, Feb 9, 2009 at 4:33 PM, James wrote: > > I'm looking at your page and the accordion inside your tabs, inside > your little box, is working as e

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

2009-02-10 Thread Scott González
On Feb 10, 1:55 am, Rob Monie wrote: > Hey Todd, > > I noticed you mentioned primary and secondary buttons and the link you > gave shows these from a css perspective. I'm unable to see how this is > actually used when constructing a dialog however.  There doesn't seem > to be any reference to thi

[jquery-ui] Re: problem with dragging&dropping sortable items

2009-02-10 Thread dirk w
hi bohdan, thanks for taking the time to look at my examples. hope to improve yourtubemix.com so soon it will be even nicer... do you like it? > I guess this has something to do with z-index. Try playing with the > "zIndex" option of the > sortable:http://docs.jquery.com/UI/Sortables#option-zInd

[jquery-ui] Re: Cannot get JQuery working on my web page

2009-02-10 Thread themba
I am running apache on Windows and my actual code looks like this: //The PHP define('WS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT'] . '/lcsm/'); define('DIR_WS_INCLUDES', WS_DOCUMENT_ROOT . 'includes/'); define('DIR_WS_3RDPARTY', DIR_WS_INCLUDES . '3rdparty/'); //The HTML/PHP File My Document

[jquery-ui] Re: Cannot get JQuery working on my web page

2009-02-10 Thread Brian Ronk
Well, you might want to change your links for js and css from ones that are linked specifically to your machine (C:/www/lcsm/css/ default.css for instance) to something that will work when it's actually on a server (css/default.css instead). If you are running XAMPP and accessing the page through

[jquery-ui] Re: Highlight / Error in jQuery UI 1.6rc6 with UI darkness theme

2009-02-10 Thread Yosef
> > 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...@googl

[jquery-ui] Cannot get JQuery working on my web page

2009-02-10 Thread themba
Hi Guys, I cannot get JQuery working at all on my web page, but the demo work well, can there be a fatal JavaScript error that I am unaware of? Please see my example code below: http://www.w3.org/1999/xhtml";> Login Module- version 1.0 Tabs First Second Third Lorem ipsum dolor sit

[jquery-ui] Re: problem with dragging&dropping sortable items

2009-02-10 Thread Bohdan Ganicky
I've cheked both versions and found out that they are pretty similar. Actually I can drop those images on both versions with same effect (switching the movie in the player). Only difference I can see is the visibility of the dragged images. On the main site they disappear under the flash itself an

[jquery-ui] Dialog show / hide method control.

2009-02-10 Thread NewtonApple
Is it possible to have better control over show / hide method for dialog box? For example, the default behavior for show/hide using drop is always drop to left. How do I go about making the show / hide effect to use a "drop right" instead? --~--~-~--~~~---~--~

[jquery-ui] adding tabs works terribly different in IE vs firefox

2009-02-10 Thread Danny
I am working with something that makes use of Jquery's tabs. It works perfectly in firefox but in IE the add functionality is not doing what it should by my accounting. $(document).ready(function() { $('#tabs').tabs(); $('#tabs').tabs("add",'#bob','test',2); } );

[jquery-ui] ...(jQuery) is not a function? But only with minified source

2009-02-10 Thread GreatBigBore
Ok, I'm sure that I'm just making some dumb noob mistake, but I can't find any doc on it anywhere. I used the UI download page to get core and draggable. When I use jquery-ui-personalized-1.5.3.js, it loads find and seems to work fine also. But when I use jquery-ui- personalized-1.5.3.min.js FireB

[jquery-ui] Re: extremely slow scrolling under dialog ?

2009-02-10 Thread iFeghali
Ok I got it. I had a "background: none;" under .ui-dialog-content on ui.dialog.css that was the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-u

[jquery-ui] Re: problem with dragging&dropping sortable items

2009-02-10 Thread dirk w
hi bohdan, here is an working example: * everything works fine: http://yourtubemix.com/ * nothing works like expected: http://yourtubemix.com/dev2/ (user: test, pw: test) problems: * neither the dragged icon is visible (as soon as it leaves the accordion, why is that?) * nor is it

[jquery-ui] Re: Problem with themeroller

2009-02-10 Thread jmarshallg...@googlemail.com
Ah! Well i am running winxppro2002 on an intel core 2 duo. I am also using IE8. I look forward to playing around with some of the themes! Thanks, JMG On Feb 10, 4:32 am, ScottJehl wrote: > Hi JMG, > Thanks for the kind words - sorry to hear you're having trouble > though. > Can you let us know

[jquery-ui] Get jQuery.SerialScroll and UI/Tabs to play together

2009-02-10 Thread nevf
I have been trying for most of the day to get UI/Tabs - http://docs.jquery.com/UI/Tabs working with SerialScroll - http://plugins.jquery.com/project/SerialScroll and http://flesler.blogspot.com/2008/02/jqueryserialscroll.html without success. I have each working on their own but am baffled on how

[jquery-ui] Re: Confused about jQuery UI Builds and Themes and Customer Builds

2009-02-10 Thread nevf
I can't see a mininfied version of jquery.ui.all.js (jquery.ui.all.min.js) in the jquery.ui-1.5.3 download, only minifed versions of individual files. I have download the 1.6rc6 Zip and successfully used the: ui.core.min.js & ui.tabs.min.js with the "Start" theme so I have a work-around. I haven'