[jquery-ui] Re: Jquery dialog and round corners in IE

2009-05-31 Thread sduffer
I could get round corners working with DD_roundies.addRule('.ui- dialog','5px',true). The problem was there was a background css rule for ui-dialog which was not working in IE. Just wanted to update this for future reference to any other person. On May 29, 9:54 pm, sduffer wrote: > Hi All, >

[jquery-ui] BeautyTips with Tabs inside - first question

2009-05-31 Thread Sunny Beach
I sent this the other day and it did not seem to go through... or is off topic for the list. === I am a novice (copy and paste specialist) with javascript and have a need for something that seems like it should work. Example URL: http://sunnybeachdesign.com/jquery-example/ Description: I am usi

[jquery-ui] Re: How do I create a event handler for ui.spinner events?

2009-05-31 Thread Jamie245
No worries. I'll be patient :) In the meantime, is there a good reference that shows the latest usage syntax (e.g. events available etc.) ? Thanks! On May 31, 8:46 pm, Ca-Phun Ung wrote: > Sorry, can't guarantee when this will be in stable. It all depends on > whether it is production ready

[jquery-ui] Anchored Sortable Position?

2009-05-31 Thread misterray
Hi, I was wondering if it was possible to anchor a position when using Sortable UI. For example, I don't want the third item in a sortable list to ever be moved - it should always stay in the third position. So, the sortable list should function such that there can only be two items above the thi

[jquery-ui] Re: how to access xml text node?

2009-05-31 Thread Mikey
oups... sorry. I am posting in the wrong group. The topic is already discussed in the JQuery group. --~--~-~--~~~---~--~~ 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@go

[jquery-ui] how to access xml text node?

2009-05-31 Thread Mikey
Hi, Suppose I get the following data from the server: blablah ... text message " text message" is a text node that is at the same level as the other data nodes in the hierarchy. Strangely, it does not seem to be accessible. Supposing the xml data is stored in xmlDoc: xmlDoc.text() ret

[jquery-ui] Re: Problem with tabs

2009-05-31 Thread jsjqueryem...@gmail.com
No, that's the javascript file. You need to include the css files from your ui download to get it to render properly. On May 31, 12:12 pm, scientifix94 wrote: > I have this line in my code: > > http://scientifix94.olympe- > network.com/nouweo/libs/jquery-ui-1.7.1.custom.min.js"> > > Is this

[jquery-ui] Re: Problem with tabs

2009-05-31 Thread scientifix94
I have this line in my code: http://scientifix94.olympe- network.com/nouweo/libs/jquery-ui-1.7.1.custom.min.js"> Is this what you are talking about (it is still not working !) On May 30, 5:59 pm, "jsjqueryem...@gmail.com" wrote: > Is the ui.tabs.css information included somewhere in your l

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

2009-05-31 Thread Julián C . Pérez
Any help from the staff?? Please :) On May 30, 12:18 am, Julián C. Pérez wrote: > Hi everyone > Me too! > How can this be fixed? > It's annoying to create more than once the same > customizations...ThemeRolleris awesome... but I can't see my 'touch' > Thanks! > > On Apr 22, 10:55 am, Brian McMa

[jquery-ui] Load content into the same container, nested tabs

2009-05-31 Thread mat...@gmail.com
Hi. I got some nested tabs on my site and it works fine, but I was wondering if anyone knows a way to load the content of two seperate nested tabs into the same container? Here is a .png with an explenation of what I'm trying to achieve: http://bildr.no/view/47 and here is a live example of

[jquery-ui] Re: ie8 jquery ui.draggable bug?

2009-05-31 Thread mackeian
Hi Zeus. Have you used a debugger to see what line fails? I've noticed that Jquery Draggable stack option was not working correct with IE8, and then the items remain undraggable. Please post the debug of the javascript or a link. M On 25 Apr, 13:44, zeus wrote: > Hi all. > > In IE8, setting o

[jquery-ui] Re: jQuery UI Dialog : Modal Form

2009-05-31 Thread Scott González
Ticket: http://dev.jqueryui.com/ticket/4568 Commit: http://dev.jqueryui.com/changeset/2635 On May 27, 6:00 am, askthebigo wrote: > With ref to:http://www.jqueryui.com/demos/dialog/#modal-form > > Can someone please let me know what I would need to modify in order > for the ui-state-hover to be

[jquery-ui] Re: How do I create a event handler for ui.spinner events?

2009-05-31 Thread Ca-Phun Ung
Sorry, can't guarantee when this will be in stable. It all depends on whether it is production ready at our next release cycle. For more details on development phases check our wiki: http://wiki.jqueryui.com/Development-phases On Sunday, May 31, 2009, Jamie245 wrote: > > Thanks works like a cha

[jquery-ui] Re: How do I create a event handler for ui.spinner events?

2009-05-31 Thread Jamie245
Thanks works like a charm! BTW, is there any estimate on when this will be included in the stable trunk build? Thanks again. On May 31, 1:25 am, Ca-Phun Ung wrote: > Hi, try "spinnerspin", i.e.: > > $('#s1').bind('spinnerspin', function() { >     alert('wow'); > > }); > > Thanks for using the