[jquery-ui] Re: jQuery Jsp Issue

2009-04-21 Thread chris thatcher
If you have firebug installed in firefox you can go to the scripts panel and check to make sure the script was loaded. My guess is this is a classic path issue and jquery is not being loading because the path is incorrect when coming from the dynamic jsp. Best, Thatcher On Tue, Apr 21, 2009 at 1

[jquery-ui] Re: jQuery Jsp Issue

2009-04-21 Thread chris thatcher
If you have firebug installed in firefox you can go to the scripts panel and check to make sure the script was loaded. My guess is this is a classic path issue and jquery is not being loading because the path is incorrect when coming from the dynamic jsp. Best, Thatcher On Tue, Apr 21, 2009 at 1

[jquery-ui] Re: jQuery Dialog and Datepicker issue

2009-04-21 Thread Wireblue
For anyone who comes across this post, the answer is here: http://groups.google.com/group/jquery-ui/msg/062904daaa5a2c9d On Mar 29, 11:59 pm, AnthonyP wrote: > nevermind.. should have searched first.  resolved. > > On Mar 28, 3:33 pm, AnthonyP wrote: > > > URL:http://www.stormreportmap.com/prem

[jquery-ui] Problem with draggable - TypeError: Result of expression '$(this).data('draggable')' [undefined] is not an object.

2009-04-21 Thread Francis
Hi, I'm using a combination of sortable and draggable in my application. I have several list that need to be drag in a main sortable list. Before 1.7 - in beta - It was working fine, but since the beta is over I get a error when I drop the draggable on the sortable list. I'm wondering if it is m

[jquery-ui] tab ui question and help

2009-04-21 Thread Sult0306
Hello everyone I have to tab systems to control the same divs on the page, I am trying to tie both tabs together so when I click lets say the second tab from the first tabs group, the second tab from the second group will also change, This is what I got so far var $tabs = $('#tabs').tabs({ sele

[jquery-ui] maskedinput with multiple formats?

2009-04-21 Thread stefan
hello i'm using the maskedinput together with datepicker . i want to give the user different valid possibilities when entering a date: - only the year (4 digits) - year and month (mm.) - year, month and day (dd.mm.) since it's german date format, i cant just check if the entered value i

[jquery-ui] Dynamic output to browser.

2009-04-21 Thread hannibal
hello guys, I recently decided to change the look & feel of a my Perl application because I was astonished from the JQuery UI but I'm crashing my head with a stupid (I think, and i hope) problem: - if I write the code in a flat file everything goes, the interface works well (eg static html page) -

[jquery-ui] jQuery Jsp Issue

2009-04-21 Thread mwetmore
Hello, we are currently using the JQuery accordion to build some dashboards. We mocked up the pages with just plain html and we are starting to convert them to jsp's using the spring framework and tiles. We are deploying it to jboss, and when we go to the page we receive the following javascript

[jquery-ui] How to creat the slider with handle replaced by image.

2009-04-21 Thread tmyymmt
Hello. Please tell me that how to creat the slider with handle replaced by image at jQuery UI 1.7.x. I know how to change color or background image of handle. But I don't know how to change shape of handle. --~--~-~--~~~---~--~~ You received this message because

[jquery-ui] Re: reinitialize after ajax call?

2009-04-21 Thread choon
Hi, I have a similar issue. I want to display a bunch of divs as an accordion. But I want to retrieve those divs via Ajax and only initialize the accordion after the divs have been retrieved. I'm really new to this whole jQueryUI. Any help is very much appreciated! Btw, there was some mention a

[jquery-ui] Best way to find the current URL of a jQuery UI tab?

2009-04-21 Thread Mitch Chapman
Is there a recommended way to discover the current URL of a jQuery UI tab? Right now I'm doing the following, and it looks really fragile: var menu = $('#main_menu'); ... var a = $('a', menu).eq(index)[0]; var currURL = $.data(a, 'load.tabs'); This wouldn't be a problem, but I'm

[jquery-ui] Re: Dialog buttons disappearing in Chrome

2009-04-21 Thread Nate Laws
On Mon, Apr 20, 2009 at 11:53 AM, Fontzter wrote: > > Also, if you drag the dialog the button css seems to refresh. > However, I noticed another bug: dragging the dialog, occasionally > leaves the original one in place and you end up with two dialogs. > > I'm doing all of this on the ui dialog de

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
haha. Thanks. On Apr 21, 12:39 pm, "Richard D. Worth" wrote: > Close, but you've got a typo. Change > > rel="stylsheet" > > to > > rel="stylesheet" > > - Richard > > On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > > I have tried that and it makes no difference. > > > Magnus > > > On Apr 17,

[jquery-ui] Re: feature request: additional FX for transitions

2009-04-21 Thread Klaus Hartl
On 21 Apr., 17:15, Adam wrote: > I think that tabs has great potential for other executions, like a > sliding row (either horizontal or vertical) of the tabs panels, > similar to some of the coda-style applications seen recently. > Thanks! We have an enhancement ticket for this already: http://d

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
haha. Thanks. On Apr 21, 12:39 pm, "Richard D. Worth" wrote: > Close, but you've got a typo. Change > > rel="stylsheet" > > to > > rel="stylesheet" > > - Richard > > On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > > I have tried that and it makes no difference. > > > Magnus > > > On Apr 17,

[jquery-ui] Re: [Tabs] feature request: additional FX for transitions

2009-04-21 Thread Julián Landerreche
Hi, do you think about something similar to this? http://www.hieu.co.uk/blog/index.php/tabswitch/ On Tue, Apr 21, 2009 at 12:15 PM, Adam wrote: > > I think that tabs has great potential for other executions, like a > sliding row (either horizontal or vertical) of the tabs panels, > similar to s

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
I have tried that and it makes no difference. Magnus On Apr 17, 12:23 am, Josch wrote: > You forgot the attribute rel="stylesheet" in your css-tag. > It has to be: > rel="stylesheet"/> > > Josch > > On 17 Apr., 02:17, Magnus wrote: > > > I have just started playing around with jQuery UI and h

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Richard D. Worth
Close, but you've got a typo. Change rel="stylsheet" to rel="stylesheet" - Richard On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > I have tried that and it makes no difference. > > Magnus > > On Apr 17, 12:23 am, Josch wrote: > > You forgot the attribute rel="stylesheet" in your css-tag.

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
I have tried that and it makes no difference. Magnus On Apr 17, 12:23 am, Josch wrote: > You forgot the attribute rel="stylesheet" in your css-tag. > It has to be: > rel="stylesheet"/> > > Josch > > On 17 Apr., 02:17, Magnus wrote: > > > I have just started playing around with jQuery UI and h

[jquery-ui] [Tabs] feature request: additional FX for transitions

2009-04-21 Thread Adam
I think that tabs has great potential for other executions, like a sliding row (either horizontal or vertical) of the tabs panels, similar to some of the coda-style applications seen recently. Thanks! --~--~-~--~~~---~--~~ You received this message because you are s

[jquery-ui] Re: Help swapping list elements

2009-04-21 Thread Joe
I'm not really familiar with sortable, but I know you could write draggable and droppable handlers to do what you want. Looking at the sortable docs though, you might simply be able to override the events for sortable, to swap the items (and maybe swap them back first) when sorting. I don'

[jquery-ui] Re: Help swapping list elements

2009-04-21 Thread Fontzter
Sorry, but your requirements are unclear to me. Are you saying that you want the list sorted in descending order whenever the top item is not the first in ascending order? Also, when you say "dragging element (a) and dropping over (c)" do you mean above or below (c) or doesn't it matter? On Apr

[jquery-ui] Re: dialog help in ie6/7 badly needed

2009-04-21 Thread Fontzter
Hi, It's a little hard to troubleshoot with only the screen shots. However, looking at them brings about a few guesses/hunches/questions: Is it only IE that gives you the transparent display issue? I suspect that this is a css issue. If so, you would expect to see similar behavior in other bro

[jquery-ui] Re: Accordion

2009-04-21 Thread Charlie
This worked for me if accordion not initiated: $("TestSome Text").appendTo("#accordion"); if it is initiated: $("TestSome Text").appendTo("#accordion");                     $("#accordion").accordion('destroy');                     $("#accordion").accordion({                         collap

[jquery-ui] Re: ThemeRoller customizations not in the downloaded css

2009-04-21 Thread utobia
I have also experienced this with the post-1.7.1 themeroller. It appears that the themeroller page sets a cookie that holds your current settings, which explains why you can exit and return with your custom settings saved. However, there seems to be a disconnect happening between the setting of th