[jQuery] Re: tab overflow

2009-03-01 Thread Paul Georges
of jquery tabs... i thought changing the ui-tabs-nav css class to have an overflow: hidden would help... but it didn't. any suggestions? thanks heaps! On Feb 27, 3:43 pm, Jack Killpatrick j...@ihwy.com wrote: perhaps of interest: http://beta.ksscholl.com/jquery/tabnavigation.html - Jack Paul

[jQuery] Re: adding html to tab labels

2009-02-26 Thread Paul Georges
however... when i add another image in the tab which has an anchor tag (delete button for tab) the css explodes and the tab goes all ugly... On Feb 25, 10:29 am, Paul Georges sinst...@gmail.com wrote: solved... wasn't liking my floating divs... On Feb 25, 9:48 am, Paul Georges sinst

[jQuery] tab overflow

2009-02-26 Thread Paul Georges
hey guys and gals, any ideas on how the tabs code can be modified to add an arrow at each extremity to make the tabs scroll. this way, tabs can remain on one row instead of several. any suggestions? has this been done yet?

[jQuery] Re: adding tabs dynamically

2009-02-24 Thread Paul Georges
( ... )             .find('input'); // do something with these inputs     } }); It seems you have to use the add callback anyway to get to these inputs. If you use the template you only wouldn't need the html() call. --Klaus On 23 Feb., 02:29, Paul Georges sinst...@gmail.com wrote

[jQuery] adding html to tab labels

2009-02-24 Thread Paul Georges
i'm trying to add some html to the label area of tabs in order to add an icon and also some divs that i can access at later times to modify easily. any suggestions on how to do this? at the moment i'm doing something like this $(#tabs).tabs('add' , '#' + tag, 'divdiv id=' + tag + '_tabIcon

[jQuery] Re: adding html to tab labels

2009-02-24 Thread Paul Georges
solved... wasn't liking my floating divs... On Feb 25, 9:48 am, Paul Georges sinst...@gmail.com wrote: i'm trying to add some html to the label area of tabs in order to add an icon and also some divs that i can access at later times to modify easily. any suggestions on how to do

[jQuery] Re: adding tabs dynamically

2009-02-22 Thread Paul Georges
(...);     } }); Or you can change the tabTemplate option and add that html there... --Klaus On 20 Feb., 06:01, Paul Georges sinst...@gmail.com wrote: hey guys and gals, http://docs.jquery.com/UI/Tabs followed the above docs but couldn't quite add tabs correctly yet. i can add a tab

[jQuery] Re: adding tabs dynamically

2009-02-22 Thread Paul Georges
(...);     } }); Or you can change the tabTemplate option and add that html there... --Klaus On 20 Feb., 06:01, Paul Georges sinst...@gmail.com wrote: hey guys and gals, http://docs.jquery.com/UI/Tabs followed the above docs but couldn't quite add tabs correctly yet. i can add a tab

[jQuery] Re: adding tabs dynamically

2009-02-22 Thread Paul Georges
(...);     } }); Or you can change the tabTemplate option and add that html there... --Klaus On 20 Feb., 06:01, Paul Georges sinst...@gmail.com wrote: hey guys and gals, http://docs.jquery.com/UI/Tabs followed the above docs but couldn't quite add tabs correctly yet. i can add a tab

[jQuery] adding tabs dynamically

2009-02-20 Thread Paul Georges
hey guys and gals, http://docs.jquery.com/UI/Tabs followed the above docs but couldn't quite add tabs correctly yet. i can add a tab, yes, but then i can't change it's label or innerHTML. how can i do this? cheers! Paul!