[jQuery] IE6 .hover() problem

2009-07-31 Thread BroOf
I fixed the missing CSS :hoverfunction for my navigation via jQuery. If I hover ofer a list item everything is displayed correctly but if I hover out the 'span_ie_hover' class won't be removed.. I could cry :( //if the user uses IE6 or less if ($.browser.msie && $.browser.version.

[jQuery] Re: problem with appending and removeing..

2009-07-29 Thread BroOf
found a solution: instead of using the click function i tried it with .live(click, function) On 29 Jul., 16:51, BroOf wrote: > Hey all! I have a inputfield with the class .url. If the user types a > url into the field it will be added to a list (function addurl) thats > nor problem

[jQuery] problem with appending and removeing..

2009-07-29 Thread BroOf
Hey all! I have a inputfield with the class .url. If the user types a url into the field it will be added to a list (function addurl) thats nor problem but if I want to delete a item it doesn't work. It seems that jquery doesn't accept it. if I add a list item manual it works Works: functio

[jQuery] Re: How to split this?

2008-12-26 Thread BroOf
You're fantastic! Thank you so much it works just perfectly! Greetz: BroOf On 25 Dez., 21:10, "Michael Geary" wrote: > My take on it would be similar to Kristaps', with a couple of differences: > >     var string = '1/17/52;2/283/-2;3/475/492;4/18

[jQuery] How to split this?

2008-12-25 Thread BroOf
Hey all! I build a function that creates a string with some informations. This is the structure: 1/17/52;2/283/-2;3/475/492;4/180/625;5/272/790; looks a little bit confusion but it's really simple. The first letter/ number (1) is the ID of an Div. the second number (17) is it's Y coordinate and

[jQuery] Re: howto integrate callback into a plugin

2008-10-10 Thread BroOf
Can you explain how you put this snippet in your code? I really need this for my new design. Thanks BroOf! On 25 Sep., 11:03, casavecchio <[EMAIL PROTECTED]> wrote: > ok, i found it: > > $.isFunction(callback) && callback(); > > thats all! > > On 24 Sep., 1

[jQuery] Re: jCarousel Lite problem

2008-10-08 Thread BroOf
No Ideas?

[jQuery] jCarousel Lite problem

2008-10-07 Thread BroOf
Hey all! I found the jCarousel plugin and it's perfect for me. Everything works great but I've one problem. I would like to define the btnGo automatically with jquery. So I setted up a for-loop to creat 6 classes which are saved in an array. Now I would like to insert the array into the btnGo[] fu

[jQuery] A little problem

2008-08-20 Thread BroOf
$(this).slideToggle("slow"); $(this).toggleClass("active"); }); but this only minimized the link -.- I hope there are a few people who can help me! Grettz: BroOf