[jquery-ui] Re: jquery datepicker display problem in IE 6.0

2009-01-24 Thread garuda dwajan
@markus Thanks a lot for letting me know too about the icon issue... I'll try tat next time!! Thank You!!! On Fri, Jan 23, 2009 at 7:07 PM, markus wrote: > > By downloading the most recent theme I could solve the icon issue with > datepicker on IE 6.0 > > However still IE6.0 shows only ri

[jquery-ui] UI Dialog show - minimal test case

2009-01-24 Thread Nikola
Here's a minimal test case I put together for the UI Dialog. It illustrates a few minor problems with the show function. http://jsbin.com/ivuqu/edit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group.

[jquery-ui] Re: Show/Slide - minimal test case

2009-01-24 Thread Nikola
Please note that the hover is lost in the second and third examples only if you hover over the child UL or LI before the slide is complete. In the first example you can hover over the child UL or LI at any time without loosing hover. The last example is a puzzle to me. --~--~-~--~~-

[jquery-ui] Show/Slide - minimal test case

2009-01-24 Thread Nikola
I've noticed some problems animating a horizontal menu using .show and .slide. I've put together a minimal test case here. http://jsbin.com/iruxe/edit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" grou

[jquery-ui] Re: Exactly which JS and CSS includes do I need?

2009-01-24 Thread Richard D. Worth
With version 1.6rc5, you need three files to complete a theme ui.core.css ui.theme.css ui.allplugins.css (or each indivual plugin css file, if you don't want all) You can do this with all one link ui.all.css (@imports core, theme, allplugins) The order is significant in v1.6rc5 but we have fixe

[jquery-ui] Re: Exactly which JS and CSS includes do I need?

2009-01-24 Thread Maximus
You'll also want ui.core.css, I think. Presumably included before ui.dialog.css, but it might not matter. On Jan 24, 4:44 am, Rainier Wolfcastle wrote: > I'm trying to get the Dialog plugin working but it looks extremely > plain. The demo page doesn't mention whether I have to include a CSS, >

[jquery-ui] Re: modal window demo/example

2009-01-24 Thread Richard D. Worth
You may want to start here http://ui.jquery.com/demos/dialog#modal_form Here's a direct link so you can view source http://ui.jquery.com/applications/demos/dialog/modal_form.html - Richard On Sat, Jan 24, 2009 at 7:20 PM, anders wrote: > > Hi, > > I am looking for a demo/example of how to cr

[jquery-ui] modal window demo/example

2009-01-24 Thread anders
Hi, I am looking for a demo/example of how to create a jQuery popup window with an editable, resizable, pre-populated textarea in it and yes/no buttons, similar to this one. http://interface.eyecon.ro/demos/windows.html Thanks for any help! --~--~-~--~~~---~--~~

[jquery-ui] Re: alwaysOpen option for nested lists

2009-01-24 Thread pafkone
Hi dude, you need to make a litlle patch on the ui.accordion.js file I've got the 1.6rc4 version. in line 40: var active = options.active = findActive(headers, options.active).toggleClass("ui-state-default").toggleClass("ui-state- active").toggleClass("ui-corner-all").toggleClass("ui-corner-top"

[jquery-ui] Re: Dialog not working with jui 1.6rc5 and jq 1.3: $[namespace][name] is not a constructor

2009-01-24 Thread Richard D. Worth
Oh, I see. I'm not sure we've tested (yet) for this scenario, or whether we'll be able to reasonably support it. Perhaps you could enter a ticket http://ui.jquery.com/bugs/newticket (note: requires registration) so we can come to it at some point. Thanks. - Richard On Sat, Jan 24, 2009 at 5:57

[jquery-ui] Re: Dialog not working with jui 1.6rc5 and jq 1.3: $[namespace][name] is not a constructor

2009-01-24 Thread MetaYii
On Jan 24, 4:30 pm, "Richard D. Worth" wrote: > Hard to say without more information. What was the widget, and what was the > conflict? Both 1.5 and 1.6rc5 libraries were included in the same page. This caused the problem with dialog (but not with datepicker nor slider). --~--~-~--~

[jquery-ui] Re: Dialog not working with jui 1.6rc5 and jq 1.3: $[namespace][name] is not a constructor

2009-01-24 Thread Richard D. Worth
Hard to say without more information. What was the widget, and what was the conflict? - Richard On Sat, Jan 24, 2009 at 5:17 PM, MetaYii wrote: > > Thank you Richard, > > you are right, the code has no problem. The problem is another widget > which was using jQuery UI 1.5 and caused a conflict

[jquery-ui] Re: Dialog not working with jui 1.6rc5 and jq 1.3: $[namespace][name] is not a constructor

2009-01-24 Thread MetaYii
Thank you Richard, you are right, the code has no problem. The problem is another widget which was using jQuery UI 1.5 and caused a conflict with 1.6rc5. Is there anyway to prevent this kind of conflicts? Thanks again. --~--~-~--~~~---~--~~ You received this messa

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

2009-01-24 Thread Ramanathan RV
Hmmm, I see the problem. Its essentially got to do with your using same value for id. Remove id and use a class attribute for your buttons. Moreover, you wouldnt have to use livequery unless you have new elements being introduced to DOM. On Sat, Jan 24, 2009 at 7:33 PM, ktpmm5 wrote: > > > I'm l

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

2009-01-24 Thread ktpmm5
Done. I upgraded to jquery-1.3.1.min, and upgraded ui.core, ui.tabs and ui.dialog. First of all, ui tabs does not work, either in FF or IE. No js errors. Have to fix that. However, live does work - sortof. I can get it to display an alert box, but what I really want it to do is to display a

[jquery-ui] Odd Dialog Bug?

2009-01-24 Thread Kostrowsky
Posted first on the jQuery group. Hi, Just want to report an odd bug, using the UI dialog widget, in IE7 only: How I create the dialog: ++ $('#' + popupId).dialog({ autoOpen: true, resizable : false,

[jquery-ui] Exactly which JS and CSS includes do I need?

2009-01-24 Thread Rainier Wolfcastle
I'm trying to get the Dialog plugin working but it looks extremely plain. The demo page doesn't mention whether I have to include a CSS, but I'm sure I have to: http://ui.jquery.com/demos/dialog Where do I get the CSS or whatever for the Dialog plugin? I've downloaded a theme and the complete jQu

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

2009-01-24 Thread Richard D. Worth
In order to use jQuery 1.3, you'll have to go to jQuery UI 1.6rc5. We're days away from the final release, so I highly recommend it. - Richard On Sat, Jan 24, 2009 at 10:01 AM, ktpmm5 wrote: > > > I am using jquery-1.2.6 and livequery 1.0.3. I had tried upgrading to > jquery-1.3.1, but then ui

[jquery-ui] Re: UI Tabs CSS question

2009-01-24 Thread ScottJehl
Which version of jQuery UI are you using? The tabs markup has changed in 1.6 and the flora theme has been deprecated. You can generate a theme on ThemeRoller to get the latest tabs CSS and I'm thinking that may solve your problem. If you're using UI 1.5, there's a link at the bottom of ThemeRoller

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

2009-01-24 Thread ktpmm5
I am using jquery-1.2.6 and livequery 1.0.3. I had tried upgrading to jquery-1.3.1, but then ui tabs wasn't working so Will it be "eaiser" to upgrade to jquery 1.3.1, try to fix tabs and use the live function? -- View this message in context: http://www.nabble.com/basic-livequery-and-dialo

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

2009-01-24 Thread Richard D. Worth
What versions of jQuery and livequery are you using? Also, have you tried jQuery 1.3's new .live() instead? - Richard On Sat, Jan 24, 2009 at 9:03 AM, ktpmm5 wrote: > > > I'm loading data from a mysql db on a page - if certain criteria are met in > this data, I put up a button, where I'll want

[jquery-ui] basic livequery and dialog question

2009-01-24 Thread ktpmm5
I'm loading data from a mysql db on a page - if certain criteria are met in this data, I put up a button, where I'll want the user to click the button and have a dialog appear (with yet more data from a mysql db). I can't get the liverquery part to work - seems simple and I get no errors. Here

[jquery-ui] form not into a dialog

2009-01-24 Thread phicarre
jquery-1.3 + ui-jquery-1.6rc5 This code run perfectly with FF: $("#creerDialog").dialog( { autoOpen:false, width: 415, height: 280, position:"center", title:"création d'un résident", resizable:false, button

[jquery-ui] Re: Question about Dialog: can you disable the esc key?

2009-01-24 Thread Richard D. Worth
On Fri, Jan 23, 2009 at 1:41 PM, dbonneville wrote: > > Hi - I'm somewhat new to jQuery and am fiddling with the UI library. I > need a modal dialogue that has the escape disabled, or at least the > ability to perform a function if the user hits the escape key (like > send them to another page).

[jquery-ui] Datepicker allow select dates with beforeShowDay, works in everything but IE

2009-01-24 Thread Mark
I apologize if this is a repost, I tried posting this issue this morning and it doesn't appear to have posted. I'm working on a custom Datepicker that is used in conjunction with php to pull dates from a database and then allow only those dates to be selectable. The code looks like this:

[jquery-ui] Question about Dialog: can you disable the esc key?

2009-01-24 Thread dbonneville
Hi - I'm somewhat new to jQuery and am fiddling with the UI library. I need a modal dialogue that has the escape disabled, or at least the ability to perform a function if the user hits the escape key (like send them to another page). Is this the right list to be on to do that? --~--~-~--

[jquery-ui] Containment issue when using draggable/resizable and positioning container.

2009-01-24 Thread fakingfantastic
Apologies if I am not following any certain etiquettes of the list. This is my first mailing-list post, ever, so bare with me. I created a containing div ".tb_container", gave it a width, height and border for clarity. On page load, I will append a div, ".resize", inside of .tb_container. I will

[jquery-ui] Datepicker beforeShowDay firefox, no IE

2009-01-24 Thread Mark
I have a datepicker working selectively allowing me to display dates from an archive of when content was available. It works perfectly in Firefox, Safari, Chrome using befoerShowDay, but it does not display in IE: $(function() { $("#datepicker").datepicker({ be

[jquery-ui] Re: jquery ui tabs take FOREVER to load

2009-01-24 Thread Klaus Hartl
Works pretty fast for me in Firefox 3 at least. --Klaus On 24 Jan., 01:55, ktpmm5 wrote: > In certain parts of my site, the tabs take forever to load - in others they > load quickly.  Odd thing is, Imusing almost the same code to extract data - > just extracting different data.  The link to th