[jquery-ui] Re: Amazing code ;)

2009-02-21 Thread Rene Veerman
Cloudream wrote: > http://www.open-lab.com/mb.ideas/index.html > > http://mediabeez.ws/mediaBeez/permalink.php?tag=buttonAnimated totally free. I'll post an update soon(ish) that does much more efficient drawing in firefox and cousins. --~--~-~--~~~---~--~~ Y

[jquery-ui] Re: Amazing code ;)

2009-02-21 Thread Rene Veerman
Cloudream wrote: > http://www.open-lab.com/mb.ideas/index.html > Cool! Do you just have interface code, or also forms into databases and that kinda stuff? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuer

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-21 Thread Jeffrey B
Thank you Klaus! On Feb 21, 7:39 pm, Klaus Hartl wrote: > http://dev.jqueryui.com/ticket/4210 > > --Klaus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquer

[jquery-ui] Amazing code ;)

2009-02-21 Thread Cloudream
http://www.open-lab.com/mb.ideas/index.html Uses UI Drag/Drop --~--~-~--~~~---~--~~ 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 thi

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-21 Thread Klaus Hartl
http://dev.jqueryui.com/ticket/4210 --Klaus --~--~-~--~~~---~--~~ 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 emai

[jquery-ui] Re: Styling away .ui-resizable-handle presets

2009-02-21 Thread Richard D. Worth
You can use !important in your stylesheet to override the inline style. Like so .ui-resizable-handle { background: green !important; } Or you can upgrade to the latest preview release, 1.6rc6, which has no more inline styles; all the styling is strictly in stylesheets. - Richard On Sat, Feb 21,

[jquery-ui] Styling away .ui-resizable-handle presets

2009-02-21 Thread Weston C
Working with "resizable", I was finding that the handle divs placed inside of an resizable element seemed to be resistant to having the background styled: http://weston.canncentral.org/web_lab/jQueryResizable/ResizableHandleStyleTrouble.html The resizable is bordered in blue, and I styled the ha

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-21 Thread Weston C
On Feb 21, 3:36 pm, Shedokan wrote: > I have a div which is draggable and I want the user not to be able to > drag it outside it's parent div. You can set the "containment" option to "parent" when you're invoking the draggable method, e.g.: $('#mydraggableElement').draggable({containment: 'pa

[jquery-ui] Re: Dialog Issues on Rc6 and IE

2009-02-21 Thread shri
Hi Kevin, Just add:- to top of your html or jsp file. This error will go off in IE. -Shri On Feb 21, 1:37 pm, "Richard D. Worth" wrote: > On Sat, Feb 21, 2009 at 8:08 AM, Scott González > wrote: > > > > > Hi Kevin, > > > Can you test with current SVN > > via > > src="

[jquery-ui] Geting an Invalid Argument error in IE only for jQuery UI Accordion 1.6

2009-02-21 Thread karen
I have an accordion set up which was working fine across all browsers until I added autoHeight:false, now I get an "Invalid Argument" error in IE6 and IE7 and the accordion will not work (in IE), all still works fine in other browsers. Here is the script on the page: $(document).ready(fun

[jquery-ui] How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-21 Thread Shedokan
I have a div which is draggable and I want the user not to be able to drag it outside it's parent div. how should I do that? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this

[jquery-ui] UI CSS Framework: Is there a simple way to...

2009-02-21 Thread Nikola
Hello, Is there a simple way to apply the conventions of the UI CSS framework to any given DIV? Specifically, say, I'd like .thisDiv to also have the .ui-state- default class, on hover to have the .ui-state-hover class, on click etc... etc... I know I can easily do this by toggling / adding rem

[jquery-ui] Re: jQuery UI rc6 dialog() Causes 'Component is not available' exception when used in Greasemonkey

2009-02-21 Thread Daniel X Moore
Update: The focus() method from the standard jQuery library also throws the same error: $('body').focus(); Maybe the UI dialog is calling the focus method at some point? If so then fixing the issue at the focus method may fix it for many of the UI components as well. --~--~-~--~---

[jquery-ui] Re: Dialog Close-Hide conflict

2009-02-21 Thread Fontzter
Thanks for the quick response Scott! On Feb 21, 12:03 pm, Scott González wrote: > Fixed. > > Ticket:http://dev.jqueryui.com/ticket/4207 > Commit:http://dev.jqueryui.com/changeset/2119 --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[jquery-ui] Re: Dialog Close-Hide conflict

2009-02-21 Thread Scott González
Fixed. Ticket: http://dev.jqueryui.com/ticket/4207 Commit: http://dev.jqueryui.com/changeset/2119 --~--~-~--~~~---~--~~ 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@goog

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-21 Thread Klaus Hartl
Does the anchor match a tab id? --Klaus On 21 Feb., 16:14, Jeffrey B wrote: > Hello, > > I'm new to jquery and jquery UI but this one has me tearing my hair > out. I've successfully set up some tabs using Klaus Hartl's UI Tabs > and his cookie plug-in. > > Things proceed smoothly until I do o

[jquery-ui] Re: Possible Bug: switchclass Method Fails in IE7

2009-02-21 Thread Joe McCann
Thoughts? On Feb 19, 5:15 pm, "Joe [at] subprint.com" wrote: > I am attempting to switch from an active to an inactive class where > the CSS is only changing the border of the element: > > /* CSS */ > > .inactiveThumb{ >         border:4px solid #FF; > > } > > .activeThumb{ >         border:

[jquery-ui] [UI Tabs] with cookie option - strange behavior when URL contains an named anchor...

2009-02-21 Thread Jeffrey B
Hello, I'm new to jquery and jquery UI but this one has me tearing my hair out. I've successfully set up some tabs using Klaus Hartl's UI Tabs and his cookie plug-in. Things proceed smoothly until I do one of two things: - return to the page implementing the tabs from a link having a named anch

[jquery-ui] Re: Disaster with Png fix

2009-02-21 Thread David .Wu
thanks for your response. firstly, the pngs was generated by ThemeRoller. Secondly, I tried jquery.pngFix before, but it doesn't support 1.3.x On 2月21日, 下午10時32分, ScottJehl wrote: > Hi David > Are you referring to the pngs generated by ThemeRoller (for the jQuery > UI CSS Framework)? > If so, t

[jquery-ui] Re: Disaster with Png fix

2009-02-21 Thread ScottJehl
Hi David Are you referring to the pngs generated by ThemeRoller (for the jQuery UI CSS Framework)? If so, the transparent pngs in from framework actually do work in IE6. They're png8 and we've designed them to degrade gracefully in IE6 to a single alpha channel that ends up looking like a gif (har

[jquery-ui] Re: Dialog Issues on Rc6 and IE

2009-02-21 Thread Richard D. Worth
On Sat, Feb 21, 2009 at 8:08 AM, Scott González wrote: > > Hi Kevin, > > Can you test with current SVN via http://jquery-ui.googlecode.com/svn/trunk/jquery-1.3.2.js";> http://jquery-ui.googlecode.com/svn/trunk/ui/ui.core.js";> http://jquery-ui.googlecode.com/svn/trunk/ui/ui.dialog.js"

[jquery-ui] Re: Jquery 1.6rc6 Dialog Boxes Internet Explorer Bugs

2009-02-21 Thread KevinM2k
I'll have to wait until monday now, but i'll take some screenshots and post a msg here with the location of them. Kev On 20 Feb, 18:16, Scott González wrote: > Hi Kevin, > > All of our demos work fine in IE, can you post a page showing these > problems? > > On Feb 19, 11:50 am,KevinM2k wrote: >

[jquery-ui] Re: Widget Guide up-to-date?

2009-02-21 Thread Scott González
Yeah, I'll add that in. Thanks. On Feb 20, 7:13 pm, Pike wrote: > Good start, wish I had run across that page a few days ago. Anyway, > reverse engineer ftw. > > One thing which I ran into was overwriting destroy() behaviour. I > added a destroy() method to my widget, and called > $.widget.prot

[jquery-ui] Re: Dialog Close-Hide conflict

2009-02-21 Thread Scott González
Sounds like we might be firing the close event too early. I'll take a look at this. On Feb 20, 1:17 pm, Fontzter wrote: > I have a dialog that I create on the fly.  I want to remove it from > the DOM when it is closed, so I use a close function.  This works > fine.  However, I would like to add

[jquery-ui] Re: CSS framework goals: configuration

2009-02-21 Thread Scott González
On Feb 20, 10:07 am, Aaron Pfeifer wrote: > Currently, I've written a plugin which hooks into $.className.add, > $.className.remove, etc. in order to unobtrusively force widgets to > use my custom CSS class names.  I could, of course, modify the widget > implementations directly, but I want to av

[jquery-ui] Re: Tabs that link to another page with Tabs

2009-02-21 Thread Klaus Hartl
> > your.page.com/whatever.html#sub3 > > Is this supported in V3 of tabs? I did not work for me. Yes. > Also, do you plan on integrating the history plugin into tabs or ui in > general? It's planned for some later release. -Klaus --~--~-~--~~~---~--~~ You re

[jquery-ui] Re: Dialog Issues on Rc6 and IE

2009-02-21 Thread Scott González
Hi Kevin, Can you test with current SVN to see if this problem still exists for you? There have been a few bugs related to this that have already been fixed. Thanks. On Feb 20, 4:13 am, KevinM2k wrote: > Hi, > > I have a dialog opened with the following code: > > function openDialog(title,no

[jquery-ui] Re: BlockUI's issue with flash in IE7

2009-02-21 Thread David .Wu
oops, I am really sorry. On 2月21日, 下午7時52分, "Richard D. Worth" wrote: > BlockUI is not a jQuery UI plugin. Please post to either of these lists > > jQuery Mainhttp://groups.google.com/group/jquery-en > > jQuery Pluginshttp://groups.google.com/group/jquery-plugins > > Thanks. > > - Richard > > On

[jquery-ui] Re: BlockUI's issue with flash in IE7

2009-02-21 Thread Richard D. Worth
BlockUI is not a jQuery UI plugin. Please post to either of these lists jQuery Main http://groups.google.com/group/jquery-en jQuery Plugins http://groups.google.com/group/jquery-plugins Thanks. - Richard On Sat, Feb 21, 2009 at 6:33 AM, David .Wu wrote: > > I found it's not work in IE7 with

[jquery-ui] BlockUI's issue with flash in IE7

2009-02-21 Thread David .Wu
I found it's not work in IE7 with flash, is it? this is demo page. http://www.yuri.com.tw/debug/blockui.php --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jqu

[jquery-ui] Disaster with Png fix

2009-02-21 Thread David .Wu
IE6 doesn't support transparent png file, so people usually use javascript to fix it. This is what I choose http://www.twinhelix.com/css/iepngfix/ but when I use it with ui such as $.dialog() in IE6, the effect become pretty slow for example http://www.yuri.com.tw/member_register.php This is a

[jquery-ui] Re: Tabs that link to another page with Tabs

2009-02-21 Thread Aleem B
On Sat, Feb 21, 2009 at 1:30 AM, Klaus Hartl wrote: > > Hi Chris, > > you can activate a tab via url fragment identifier. Say you want to > open the page with Page 1 third tab selected, the url to achieve that > looks like: > > your.page.com/whatever.html#sub3 > Is this supported in V3 of tabs?

[jquery-ui] Help with a bit of an advanced sortable problem

2009-02-21 Thread Walther
Ok, I'm hoping somebody here can help me. I'm using jQuery 1.3.2 and UI 1.6rc6. I've got three lists: Item 1 Item 2 Item 2 Item 3 Item 4 Item 5 Item 6 Item 7 Item 8 Item 9 Item 10 List 1 and 2 are sortable lists that are linked together. List 3 contains a bunch of draggable items that th