Re: [jQuery] jquery ui tabs - screen jumps to top when clicked

2010-02-11 Thread Kai-Bone
I was having this problem with jquery-ui-1.8rc1.custom.min but found a quickfix solution and the cause of the problem, but I'm not quite sure what the real fix is. The problem: The fx: calls inside the .tabs call: $().tabs({ fx: { opacity: 'toggle' } }); The solution: Remove all fx: calls so you

Re: [jQuery] Jquery UI tabs lockable ?

2010-01-09 Thread Charlie
one method to consider is hide the tab(s), then show when conditions are correct URBY wrote: Hi i was wondering if it would be possible to lock out other tabs so the user is stuck on one ..until a user hits a button. For example an Admin is adding someone to a database- the Admin is on the

[jQuery] Jquery UI tabs lockable ?

2010-01-08 Thread URBY
Hi i was wondering if it would be possible to lock out other tabs so the user is stuck on one ..until a user hits a button. For example an Admin is adding someone to a database- the Admin is on the add user tab but after enacting this add process(by input) they cannot leave this tab until either c

[jQuery] Jquery UI Tabs FX only working in one direction

2009-11-23 Thread mehstg1319
Hi Guys Just a quick one. I have a site that features a Jquery UI Tab widget within one section of an Accordion. I am having a problem with the effects on this Tab only working when navigating backwards in the list (i.e. going tab 3, tab 2, tab 1). When I run forwards through the list of tabs, th

[jQuery] jQuery UI: Tabs: No spinner

2009-11-19 Thread dinos
I use UI Tabs with Ajax loading. The spinner is not working. Any ideas?

[jQuery] jQuery UI Tabs - Select Tab?

2009-10-15 Thread Collectonian
We are using the jQuery UI's tabs functions to do a tab on a web application. The tabs are loading fine and work perfectly when clicking them. In some instances, though, we want to default the page to have a specific tab selected on load. How do we do this? We tried looking through the docs, but n

[jQuery] Jquery UI tabs height

2009-09-10 Thread Vidusha Madan
Hi I am using the Jquery UI tabs but I am not able to adjust the height of the tabs. The first tab appears to have more height than the other tabs. I have tried using fxAutoHeight :true option but that doesn't work either. Moreover on selecting a tab, the other tabs get displaced from their origi

[jQuery] Jquery UI Tabs and Ajax

2009-07-16 Thread havanna
Hi together, I tried it in the group Jquery UI - but nobody answer there?! I'm really new to jQuery and UI. What I'm trying is to build a view in CakePHP with the jQuery UI Tabs. The first part, integration the informations from my Cake controller in Tab 1 to 4 is working. In Tab 5 and Tab 6 I wa

[jQuery] jQuery UI Tabs and Ajax

2009-07-16 Thread havanna
Hi together, I give the question in UI Group but nobody answer there: I'm really new to jQuery and UI. What I'm trying is to build a view in CakePHP with the jQuery UI Tabs. The first part, integration the informations from my Cake controller in Tab 1 to 4 and is working. In Tab 5 and Tab 6 I wan

[jQuery] JQuery UI tabs and pagination

2009-04-11 Thread Claudio Poli
hi everyone, I've this situation: an X number of tabs; in tabs content there's a div classed .to_be_replaced and links for paginating. when I click on a link it should replace the content of .to_be_replaced. The problem here is that every div.to_be_replaced gets replaced, and not only the one tha

[jQuery] jQuery UI tabs: show struts action response in the current tab panel and switch to another tab

2009-04-07 Thread kpi
Hi, I am trying to use UI tabs for create tabs for something like this: Tab1:Tab2 Here is the problems I came across: 1. I want to show the struts action reponse in the current tab (let's say Tab1). However, the response is shown as a full page in the browser. can someone post sample jQuery co

[jQuery] Jquery ui tabs "select a tab from a text link instead of clicking a tab itself"

2009-03-16 Thread jjsanders
Hello, I am using still the old version of ui (not the 1.7) I saw here http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself the posibility to navigate between tabs by using a link and not the tabs. I implemented the code in my site but wanted to make

[jQuery] [jquery ui tabs]

2009-02-05 Thread Code Daemon
I have two sets of tabs in my page and I want them to look entirely different. Is this possible?

[jQuery] jquery ui tabs 3 problem

2009-01-21 Thread aaron
I am using jQuery UI Tabs 3 from http://stilbuero.de/jquery/tabs_3/. The problem I have is the delay before the JS loads. You can see all the tabs for a couple of seconds, then they line up. Is there some way to set display:none or some equivalent to hide these even before the scripts load?

[jQuery] jQuery ui Tabs and GreyBox

2009-01-21 Thread LD
Hi, I'm having some dificulty doing the following with Jquery tabs and GreyBox: I have a page with 2 tabs using Jquery and on the second tab I have a link than opens a Greybox centered window onClick="return GB_showCenter('','','') that is a update form that closes automatically when the form is

[jQuery] jQuery UI Tabs Flash

2009-01-11 Thread Chris
I searched the archives, but I couldn't find an answer. For some reason the tabs, when initialized flashes, three times. Any idea why? http://www.chris-gwen.com/

[jQuery] Jquery UI tabs problem

2009-01-10 Thread varun
Hi I am trying to make a simple example using tabs: But the problem is , if i have button in 2nd tab , after clicking it the control comes back to first tab . Here is the code example: Untitled Page $(document).ready(function(){ $("#example > ul").tabs(); }); One Two Thr

[jQuery] jQuery UI tabs widget problem

2008-12-31 Thread JasonR
Hello, I have some content and am using the tabs widget to reload without refreshing. Everything is working fine except for one problem...the ui- tabs-disabled class is not being assigned to any of the tabs. Whichever tab I click is assigned the ui-tabs-selected class, and the tab adopts the style

[jQuery] jQuery UI Tabs (Selected tab item)

2008-12-19 Thread 01Kuzma
Hi all! Currently I haven't coded JS, so I don't know how to solve my problem. So, I'm using jQuery UI Tabs (http://stilbuero.de/jquery/tabs_3/) and I encountered with problem. I need to get an ID or something else of currently selected tab and send it to PHP. The code is:

[jQuery] jQuery UI Tabs (Selected tab item)

2008-12-19 Thread 01Kuzma
Hi all! Currently I haven't coded JS, so I don't know how to solve my problem. So, I'm using jQuery UI Tabs (http://stilbuero.de/jquery/tabs_3/) and I encountered with problem. I need to get an ID or something else of currently selected tab and send it to PHP. The code is:

[jQuery] jQuery UI Tabs (Selected tab item)

2008-12-19 Thread 01Kuzma
Hi all! Currently I haven't coded JS, so I don't know how to solve my problem. So, I'm using jQuery UI Tabs (http://stilbuero.de/jquery/tabs_3/) and I encountered with problem. I need to get an ID or something else of currently selected tab and send it to PHP. The code is:

[jQuery] Jquery UI Tabs

2008-12-04 Thread ramiro77
http://d40541.u24.gazungle.com/portfolio.php working for me fine in FF .. but not in IE7 ... any suggestions ? I am using the AJAX call method instead of DIVS as well. thank you !!!

[jQuery] jquery ui tabs with cookie problem

2008-12-04 Thread chay
HI, I have set up this shopping cart using the UI tabs for a multi level vertical menu giving the user the option of browsing by category or by type. I've used the cookie option so that when a user clicks through to an option using by type for example the new page would load with by type selected

[jQuery] jquery ui tabs - screen jumps to top when clicked

2008-10-25 Thread Ed
I have jquery ui tabs at the bottom of my page. When a tab is clicked, the screen jumps/scrolls to top. How can I prevent this?

[jQuery] jQuery ui tabs crashes in IE 6 & 7

2008-05-08 Thread Ash
Hi I have a site I am working on http://lx0.taylor-ch.co.uk/index.php/eng/Products/Trade-Waste/Continental-Trade The tabs work on FF fine, but in IE 6 & 7 the last one (More Info) at best crashes the browser, and at worst the whole PC! Can some one help? I don't see why it would to this on one

[jQuery] jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1) troubles.

2008-01-08 Thread [EMAIL PROTECTED]
Hi there, I am using the jquery ui tabs (tabs 3) in conjunction with the new coda slider (1.1.1), and for some reason the coda slider only works on the first tab. Here's the demo: http://www.cpmv2.com/test2/ If anyone has any suggestions I would really appreciate it.

[jQuery] jQuery UI Tabs / Tabs 3 + Fading = can't CSS validate?

2008-01-03 Thread [EMAIL PROTECTED]
Hi, I just installed the jQuery UI Tabs / Tabs 3 and I am using the fading version. My CSS won't validate now. Any suggestions on fixing this? Thanks. -chris

[jQuery] jQuery UI Tabs

2007-09-19 Thread Eridius
http://www.kaizendigital.com/codereck/index_jquery.php this is my page to test out jQuery scripts. right now i am going through the jQuery UI stuff and hit a bug(?) in the tabs. First thing which is not so big is that the tabs seem to be way to right, much more than i thought and can't find whe