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.
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
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
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
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
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
No Ideas?
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
$(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
9 matches
Mail list logo