This is a message.

Forum user: der boschtel -- boschtel

Basic information

Registered Jun 12, 2009
Last login Sep 21, 2009
Forum posts 12
Direct URL http://www.flowplayer.org/forum/users/11746

Latest forum posts

Posts:

Registered:

[Wish] sliding panel (possible already?)

Posted: Jul 6, 2009

http://nettuts.s3.amazonaws.com/041_TopPanelWithJquery/demo/index.html

Something like this with jQT would be very nice.
I think this corresponds with my needs/wishes for accordions with multiple sections open or all sectioins closed ? only that this would be a one-section-accordion.

Posts:

Registered:

» » Scrollable : is there a way to set page index to display initially?

Posted: Jul 1, 2009

It is always a good idea to share your findings with the community so anyone with the same questions can be enlightened :)

Posts:

Registered:

» » » » » » » » » Tabs Effects

Posted: Jun 30, 2009

Did anyone manage this?

Collapsible tabs-effect would be highly appreciated!

Posts:

Registered:

[tooltip] fixed position

Posted: Jun 30, 2009

I know that it isn't the primary sense of a tooltip, but:

is there a way of absolute positioning the tooltip?

I like to use tooltips for comments on texts - so I trigger the tt via <p> or <h> tags, but instead of showing top, left, center, anywhere relative to the parent I like the tt to always show up at the same position.

Hints? Clues? Comments? Thanks!

Posts:

Registered:

» [Accordion] Multiple sections open

Posted: Jun 26, 2009

Isn't there a way for multiple open accordion sections or does no one know?

Posts:

Registered:

[Accordion] Multiple sections open

Posted: Jun 24, 2009

Is there a way to create an accordion with multiple open sections at a time?

and BTW: IMHO jQT should have its own dedicated forum in the board with subforums like "problems, feature requests, examples,...".

Posts:

Registered:

» » » accordion-horizontal + scrollable

Posted: Jun 15, 2009

Thank you! I'm always happy to get such nice feedback ;-)

I use the Modx CMS for this site (www.modxcms.com). Because modx uses mootools alot I tried to use it as well for the scrollables and the accordion - but it didn't work well and.

I'm glad I found your tools while reading one of my favorite feeds http://www.pixelgangster.de/?p=11835). Really good work - lightweight and extremely easy to use. Just the right choice for a coding-noob-designer like me ;-)

Posts:

Registered:

» accordion-horizontal + scrollable

Posted: Jun 13, 2009

I combined scrollable and tabs in one of my current projects, as well as a second scrollable in the first one. (in "aktuelles" in the pink widget on the right.)
It's far from finished, but you can see the jQtools do its job.

http://tinyurl.com/combinedjQtools

And ? I got a strange problem with IE6+7 and the accordion, IE reports an error in the init and the accordion doesn't work. This is my js call:

<script type="text/javascript">
$(function() {		
	$("div.scrollable").scrollable(
		{size: 1,interval: 3600,loop: true, }); });

$(function() {
    $(".accordion").tabs(".accordion div.pane", {tabs: 'h2', effect: 'slide' }); });

Can anybody see what's wrong?

--EDIT--

I got it .. don't know why I used 2 function calls ... wrote everything in one and it works...

<script type="text/javascript">

$(function() {        
    $("div.scrollable").scrollable(
        {size: 1,interval: 3600,loop: true });

    $(".accordion").tabs(".accordion div.pane", {tabs: 'h2', effect: 'slide' });       

$("div.scrollable2").scrollable({loop: true});

$("#teammates").tabs("div.description",{current: 'active',effect: "fade", fadeInSpeed: "slow" });

});

Posts:

Registered:

» » » » Different properties for scrollables on same page

Posted: Jun 12, 2009

Have you tried just duplicating your first scrollabe without any further changes?
Or maybe you got something wrong with the CSS? Thats where my failure was when I first failed in using 2 scrollables.

Can you post an url to the non-working example?

Posts:

Registered:

» » Different properties for scrollables on same page

Posted: Jun 12, 2009

I did it exact this way today ? one scrollable shows a list of team members, a second one is a news-scroller. Works like a charm...

Posts:

Registered:

» » Safari 4

Posted: Jun 12, 2009

I can confirm jQueryTools working 1.000% in Safari4 beta and Safari4 final on MacOS 10.5, WinVista and Win7RC.

Posts:

Registered:

Slider Gallery or Scrollable Apple Style

Posted: Jun 12, 2009

Hey!

I found jQueryTOOLS last thursday for the first time and I LOVE THEM!!!

But, is there a way to create a scrollable like the scrollable that Apple uses to present their line-up? Something likehttp://jqueryfordesigners.com/demo/slider-gallery.html

The important thing for me are the anchors.

A different solution to achieve what I'm looking for would be pages that have different numbers of items.

Is anything of that possible?

--
s.