[jquery-ui] Adding and deleting tabs

2010-01-01 Thread Clayton Dukes
Does anyone have a good example of how to create a tab from a link and then delete the tab by attaching an X icon to the tab? Also, how can I check to see if the tab already exists? I don't want to create duplicates. -- __ Clayton Duke

[jquery-ui] Re: Dialog bug

2010-01-01 Thread Yuriy Pobezhymov
Thank you much. It's work! Happy New Year!!! -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For

Re: [jquery-ui] Dialog bug

2010-01-01 Thread Richard D. Worth
This is because the iframe is picking up the mouse events and not the page that the dialog is in. To prevent this, place a div over the entire iframe during the dialog drag. You can create and position this element in the dialog's dragStart and remove it in the dragStop: http://docs.jquery.com/UI/

Re: [jquery-ui] draggable option for jquery

2010-01-01 Thread Richard D. Worth
Can you share a sample page? If you don't have a place to host one publicly, please use jsbin.com: http://jsbin.com/ - Richard On Fri, Jan 1, 2010 at 2:42 AM, anitha john wrote: > I am using the jquery ui pluggin. > > If I enable the draggable option on drag of the dialog a space comes below >

[jquery-ui] Dialog bug

2010-01-01 Thread Yuriy Pobezhymov
Hello. I have iframe (100% width and height) and jQueryUI dialog on the page. I don't know why, but when I move or resize dialog, it's work not correctly. You could see example here: http://lst.zt.ua/example If I make width:50%, than dialog works very good on blank part of page, but don't work corr

Re: [jquery-ui] How to open external link in jQuery ui Tabs?

2010-01-01 Thread Cheng Chi
http://jqueryui.com/demos/tabs/#...follow_a_tab.27s_URL_instead_of_loading_its_content_via_ajax On Thu, Dec 31, 2009 at 3:15 AM, Paul wrote: > I'm wondering if there's a simple way to allow a few tabs to open an > html document existing on the server instead of only loading the > selected tab. W