[jQuery] Re: append div trouble [SOLVED]

2008-05-07 Thread flipthekid
That was it Richard. thanks. I ended up using livequery to rebind the click handler $('#navigation [EMAIL PROTECTED]"#"]').livequery('click', function(event) { $('#navigation').empty().append(hex); . . that way the append content acts like it used to. you can see it in action here --> htt

[jQuery] Re: The CSS will not show at the first time of mouse over

2008-05-06 Thread flipthekid
hi andreas, i'm brand new to this board, but have been trying out the jquery for a while now. i can't seem to get the same results you're describing, on a mac anyway. but you should preload those roll over images for the icons. or better yet, use the css 'sprite' method. basically you have both

[jQuery] append div trouble

2008-05-06 Thread flipthekid
hey folks, brand new here. been fiddling with jquery for a little bit now, but this one has me stumped. the goal is to de-link the links on a navigation system depending on what you've clicked on. but i need a restore function which i'm trying to do with append the functions work fine without th