[jquery-ui] Re: Having problems getting this working in Drupal

2009-04-16 Thread Gumbytie
Yep, that solution worked...got it installed. Now as for getting it to work with a theme...I am still utterly confused. I will say the directions here on how to install and set everything up, definitely not clear at all. Would it kill someone to diagram out which folders go exactly where? Ah well,

[jquery-ui] Re: dialog scrolling bug in ie6

2009-04-16 Thread joshuaxu...@gmail.com
who can help me On 4月3日, 下午1时29分, "joshuaxu...@gmail.com" wrote: > when the size of content in dialog is large, and is overflow, but > there is no scrolling bar at the dialog in ie6. in ff, there is bar > appeared, and works ok. --~--~-~--~~~---~--~~ You received

[jquery-ui] Re: How to have a function to call the progressbar with out hardcodding

2009-04-16 Thread Richard D. Worth
This should do it: function makePB(id, newVal) { $("#" + id).progressbar({ value: newVal }); } - Richard On Thu, Apr 16, 2009 at 1:06 PM, contact.chza...@googlemail.com < contact.chza...@googlemail.com> wrote: > > Hi I am using the progress bar functionality but I will have a lot of > progres

[jquery-ui] No styles showing on datepicker

2009-04-16 Thread Magnus
I have just started playing around with jQuery UI and have set up a very basic first test page.It seems to work except there is no styling on the calendar and it is transparent. Here is the script < script language="JavaScript" type="text/javascript"> $(document).ready(function(){

[jquery-ui] Size of Calendar for date picker

2009-04-16 Thread mikeman1...@gmail.com
I am using the date picker and i cannot make it so the displayed overlay is a smaller size iwould like it the same size as in the demo however i cannot achieve that i am using the latest custom build with the redmond theme, please help if possible i have already searched google and this site for a

[jquery-ui] Re: Having problems getting this working in Drupal

2009-04-16 Thread Gumbytie
Cool, will try this fix when I get home. The server set up here at work is different, cannot afford to break that just yet :) As to getting it working with a Theme...guess I will have to see after this fix. If I get it figured out, I will post in this thread. On Apr 14, 11:04 am, JeffreyD wrote

[jquery-ui] Using Accordion different CSS definitions in header lines

2009-04-16 Thread vatel
Hallo *, using accordion with header and content lines I would like to chang the look and feel concerning to the rest of my homesite. I use addClass and it works in the content of the accordion. But in Headerlines I could not change the color. Following I try out: in CSS file: .accordion_header:

[jquery-ui] How to have a function to call the progressbar with out hardcodding

2009-04-16 Thread contact.chza...@googlemail.com
Hi I am using the progress bar functionality but I will have a lot of progress bars on a page. What I am doing right now is hardcodding all the div ID's which is fine if I have only two or three progress bars... I will have around 30 or so on one page and I need a function that I can call and I p

[jquery-ui] Tabs making AJAX posts instead of GET in IE

2009-04-16 Thread Aditya
Hi! I'm using Tabs with remote links (to get ajax loading behavior) in my app. In FF/Chrome etc i'm getting Ajax GET requests to the server which is great but on IE (i'm using version 8), the same AJAX request becomes a post request. Normally this wont be a problem for most people, but i've got a

[jquery-ui] minDate on DatePicker is 1909?

2009-04-16 Thread DavidV
Hello, It does not seem to be possible to set the minDate of DatePicker to anything earlier than 1909 yet we can't find anything in the code that sets this. Can anyone confirm/refute this limitation? We are using jquery-ui 1.5.3. Thanks. --~--~-~--~~~---~--~~ Y

[jquery-ui] Something wrong between jquery and igoogle gadget

2009-04-16 Thread Benoit
Hello, I'm trying to use google gadgets into an interface like igoogle built with jquery ui. Each time a box with igoogle gadget is moved, webpage is reload and display only the gadget. Ex : http://bnorrin.dlcube.com/nettuts/ There is no problem on ie6, ie8 and opera. Only on Firefox. How can I

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread GulDam
Now this is a thing of beauty. It works. I'm most grateful!!! Now, if I try to use the datepicker inline, then I run into issues again. I get the error that H is notdefined. Tried this in JS Bin as well as locally. Same issue. Back to scratching my head. On Apr 16, 1:46 pm, Fontzter

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread GulDam
Now this is a thing of beauty. It works. I'm most grateful!!! Now, if I try to use the datepicker inline, then I run into issues again. I get the error that H is notdefined. Tried this in JS Bin as well as locally. Same issue. Back to scratching my head. On Apr 16, 1:46 pm, Fontzter

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread GulDam
Now this is a thing of beauty. It works. I'm most grateful!!! Now, if I try to use the datepicker inline, then I run into issues again. I get the error that H is notdefined. Tried this in JS Bin as well as locally. Same issue. Back to scratching my head. On Apr 16, 1:46 pm, Fontzter

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread Fontzter
Try the link in jsbin. It works for me in FF and IE. It may be other code in your own page. On Apr 16, 5:36 pm, GulDam wrote: > Thanks Dave... It's throwing a JS error: H is undefined. And the > calendar isn't showing up. > > I'm poking at it, and scratching my head. > > Steveoh > > On Apr 16,

[jquery-ui] Re: s.url.match is not a function - for "remote" in validation plugin

2009-04-16 Thread Meglio
Here is more info: Exception raised by validation, it says: exception occured when checking element companyname, check the 'remote' method And in JS debug mode, it says that error happens here: jquery-1.3.2.js line 3458 --~--~-~--~~~---~--~~ You received this mes

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread GulDam
Thanks Dave... It's throwing a JS error: H is undefined. And the calendar isn't showing up. I'm poking at it, and scratching my head. Steveoh On Apr 16, 1:46 pm, Fontzter wrote: > Try this code:http://jsbin.com/imike/edit > > $(function() { >   $("#datepickerthing").datepicker({ >     altField

[jquery-ui] Re: s.url.match is not a function - for "remote" in validation plugin

2009-04-16 Thread Meglio
When I'm trying to debug, I can see that "url" is really "Object url" (so says js debugger in my FF browser). also, my HTML page also has https://..."/>, but I do not think that this is related somehow to the error. I do not know? --~--~-~--~~~---~--~~ You receiv

[jquery-ui] Re: s.url.match is not a function - for "remote" in validation plugin

2009-04-16 Thread Meglio
Hi Jörn. I just do not know how to provide test because it is in big form that is available only for registered users. Here is the code (other rules are configured directly as attributes in form's HTML) : $("#incorporationForm").validate({ debug: true, er

[jquery-ui] Re: s.url.match is not a function - for "remote" in validation plugin

2009-04-16 Thread Jörn Zaefferer
Could you provide a testpage, at least some code to look at? In any case, the remote method is documented here: http://docs.jquery.com/Plugins/Validation/Methods/remote#url Jörn On Thu, Apr 16, 2009 at 11:01 PM, Meglio wrote: > > Just trying to use "remote" rule in my form, and getting this er

[jquery-ui] s.url.match is not a function - for "remote" in validation plugin

2009-04-16 Thread Meglio
Just trying to use "remote" rule in my form, and getting this error. Was debugging 4 hours and can't find solution. Any thoughts? Thanks, Anton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To p

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread Fontzter
Try this code: http://jsbin.com/imike/edit $(function() { $("#datepickerthing").datepicker({ altField: '#actualDate', minDate:'0', maxDate: '+2M', beforeShowDay: nationalDays }); var natDays = ["4/22/2009","4/23/2009","4/24/2009","4/25/2009","4/26/2009","5/27/2009","5/28/

[jquery-ui] Re: DatePicker: how to block out or disable specific dates.

2009-04-16 Thread GulDam
I'm (still) struggling with the DatePicker. Here's the DatePicker in question: http://www.fishyfish.com/datepicker/index.html I am trying to add custom dates. Poking around I've found an example that someone else was struggling with, and borrowed some ideas. The DatePicker functions. And dates

[jquery-ui] Re: centre aligning the tabs

2009-04-16 Thread Spencer
http://kenleafay.atspace.com/index.html example for anyone still having issues. On Apr 15, 9:25 am, "Richard D. Worth" wrote: > It can be done. Adapted fromhttp://24ways.org/2005/centered-tabs-with-css: > > .ui-tabs .ui-tabs-nav { float: none; text-align: center; } > .ui-tabs .ui-tabs-nav li {

[jquery-ui] Re: Site CSS Trumped by Tabs/Themeroller CSS?

2009-04-16 Thread ScottJehl
Hi Jim, This is unfortunate, but it's something we have to do in order to ensure links are at least readable within our widget content areas. This is particularly problematic in themes with light-text-on-dark content areas, where a global link color leaking through can become visually inaccessible

[jquery-ui] Re: centre aligning the tabs

2009-04-16 Thread Spencer
Awesome thanks! It worked! On Apr 15, 9:25 am, "Richard D. Worth" wrote: > It can be done. Adapted fromhttp://24ways.org/2005/centered-tabs-with-css: > > .ui-tabs .ui-tabs-nav { float: none; text-align: center; } > .ui-tabs .ui-tabs-nav li { float: none; display: inline; } > .ui-tabs .ui-tabs-na

[jquery-ui] Re: how to streamline my code with Event Delegation?

2009-04-16 Thread Richard D. Worth
Your question is perfect for the main jQuery list: http://groups.google.com/group/jquery-en The list you've posted to is for questions about jQuery UI plugins. Thanks. - Richard On Thu, Apr 16, 2009 at 12:07 PM, redsun wrote: > > i'm sure the jQuery i'm using below is very ineffiecient. the o

[jquery-ui] how to streamline my code with Event Delegation?

2009-04-16 Thread redsun
i'm sure the jQuery i'm using below is very ineffiecient. the only syntax that changes are the numbers in the names of my IDs and my variables - and even they're matching. everything else is constant. i'm told that "event delegation" is the answer, but cant rewrite the code appropriately (i tried,

[jquery-ui] Site CSS Trumped by Tabs/Themeroller CSS?

2009-04-16 Thread Jim Biancolo
Hi folks, I'm running UI 1.7.1, and just noticed that the links in my tab content are not using my site styles, and are instead using the tabs styles. I gave it a quick look in Firebug, and indeed the style for ".ui-widget-content a" is trumping my style for "a, a:visited". I thought I must hav

[jquery-ui] Re: centre aligning the tabs

2009-04-16 Thread AndyCramb
Thanks Richard. The css has centred the tabs. Much appreciated On Apr 15, 4:25 pm, "Richard D. Worth" wrote: > It can be done. Adapted fromhttp://24ways.org/2005/centered-tabs-with-css: > > .ui-tabs .ui-tabs-nav { float: none; text-align: center; } > .ui-tabs .ui-tabs-nav li { float: none; displ

[jquery-ui] Re: centre aligning the tabs

2009-04-16 Thread AndyCramb
Thanks Richard. The css has centred the tabs. Much appreciated On Apr 15, 4:25 pm, "Richard D. Worth" wrote: > It can be done. Adapted fromhttp://24ways.org/2005/centered-tabs-with-css: > > .ui-tabs .ui-tabs-nav { float: none; text-align: center; } > .ui-tabs .ui-tabs-nav li { float: none; displ

[jquery-ui] Re: how to change in dataTimePicker

2009-04-16 Thread Richard D. Worth
What plugin are you using? There's no jQuery UI plugin called 'dataTimePicker'. If you need help with a non-jQuery UI plugin, post on the main jQuery list: http://groups.google.com/group/jquery-en If you're talking about the jQuery UI Datepicker, what you describe sounds like this: http://ui-dev

[jquery-ui] Re: Disabling JQuery UI themes.

2009-04-16 Thread Richard D. Worth
On Tue, Apr 14, 2009 at 8:08 PM, dylanmac wrote: > > So I want the functionality of JQuery UI (e.g. tabs, sliders, dialogs) > but I don't want the design that comes with the themes. Even the "no > theme" theme has design elements in it. Include all the theme files except ui.theme.css. That's t

[jquery-ui] Re: Will the size of a Dialog automatically grow or shrink

2009-04-16 Thread Richard D. Worth
Yup. $("#dialog").dialog({ width: 'auto' }); - Richard On Thu, Apr 16, 2009 at 2:47 AM, jack wrote: > > So can I set width as "auto"? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. T

[jquery-ui] Re: Hi i'm new member & i have question in JQuery and ASP.NET ?

2009-04-16 Thread BNieland
you&me, I would suggest that you check the error console on Firefox. Perhaps you are blowing an error in both browsers? Also, I think the $ in "$("input[id$='txtDate']").datepicker({ " is causing your error. http://docs.jquery.com/Selectors/attributeEquals#attributevalue Best, BNieland On A

[jquery-ui] Re: Dialog memory leak in IE work around - why does this work?

2009-04-16 Thread BNieland
Very interesting question folks... can any real guru out there help??? On Apr 15, 11:17 am, Dmitry Perets wrote: > Yes, but now you can also try to understand why datepicker helps =) > > On Apr 15, 3:53 pm, Scott González wrote: > > > > > We already know why the leaks happen.  See my previous p

[jquery-ui] Not able to jqGrid and jquery lightbox plugin in a single page

2009-04-16 Thread Devesh
Hi, I am not able to use jqGrid and jquery lightbox plugin in a single page. Its shows an error i.e. Lightbox was not able to find it's javascript script tag necessary for auto-inclusion. What does it mean ? Can someone help me ? Thanks Devesh M --~--~-~--~~~---~--~

[jquery-ui] how to change in dataTimePicker

2009-04-16 Thread zada...@gmail.com
i wont have some changeing in dataTimePicker that when i click on image the calander will popup . and after selection the date it will be shown in textbox . how i can do that ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[jquery-ui] Accordion - posiible to enable event propagation?

2009-04-16 Thread stephb...@googlemail.com
jQuery UI Accordion is stealing my events! Is it possible to re-enable event propogation from events that activate Accordion? I have an accordion menu that reacts to clicks, but the clicks are not bubbling. I want the click events to propagate out so that I can pick them up on the menu's wrappe

[jquery-ui] Jquery Droppabe Div with postion fixed

2009-04-16 Thread homer1980ar
I'm running some tests on an idea for a project. It seems the draggable spot does not changed when I scroll with the browser. Because im using a div with position:fixed, it's always in the same position at the user screen, but the drag & drop only works in original position. Any thoughts? Thank

[jquery-ui] use slider to change values in the image graph

2009-04-16 Thread TrustyWire
Hi, i am using multiple sliders, and values on sliders are passed to the image graph. Once page submitted, the values are submitten on MySQL and after data retrived for the image graph using PHP. is there any way to use sliders and as the values change, update image graph values and then submit

[jquery-ui] Re: How to get the UI.draggable Scope

2009-04-16 Thread Paul Hutson
Well, I finally went back to have a look at this problem and found a better way around it. Essentially each list (LI) item that you add can have additional attributes added to it, i.e. : I'm an item example When moving it, I can change that attribute with the following code : $item.attr("Start