[jQuery] Re: jquery menu that works with ie6 (plugin?)

2009-08-21 Thread con-man-jake
Did it. Works like a charm! Thanks again Jack. jake On Aug 21, 9:27 am, con-man-jake wrote: > Thank you Jack, I'll give it a world. > jake > > On Aug 20, 5:27 pm, Jack Killpatrick wrote: > > > > > I've used this in a bunch of sites that had to work

[jQuery] Re: jquery menu that works with ie6 (plugin?)

2009-08-21 Thread con-man-jake
Thank you Jack, I'll give it a world. jake On Aug 20, 5:27 pm, Jack Killpatrick wrote: > I've used this in a bunch of sites that had to work in IE6: > > http://jdsharp.us/jQuery/plugins/jdMenu/ > > - Jack > > > > con-man-jake wrote: > > Can anyone r

[jQuery] jquery menu that works with ie6 (plugin?)

2009-08-20 Thread con-man-jake
Can anyone recommend a jquery menu plug that works with ie6? I have a menu done with s and s with pure css. It doesn't work with ie6 (because it's pure css.) I went through the list of jquery plugins, but most of them are fancy (as in iPod like menu and what have you...) I only need a simple s

[jQuery] Re: removing table rows except the first one

2009-08-19 Thread con-man-jake
It works! Thank you Liam. jake On Aug 19, 11:22 am, Liam Potter wrote: > $("#tbl tbody tr:not(:first-child)").remove(); > > > > con-man-jake wrote: > > Can anyone please confirm the syntax of what I am doing > > > I have a table with id="tbl&qu

[jQuery] removing table rows except the first one

2009-08-19 Thread con-man-jake
Can anyone please confirm the syntax of what I am doing I have a table with id="tbl", it has 4 rows. I need to remove all rows except the first one. It has "tbody". Is this the way to do it $("#tbl > tbody > tr:gt(0)").remove(); If this is the way to do it, it is not working. Any help is ap

[jQuery] text of first sibling of a parent...How do I get it

2009-06-02 Thread con-man-jake
Still a newbie. I have this: text I want to get If I have the div with id of "knowndiv" as an object (call it "obj"), How do I get the text inside the first ?

[jQuery] Re: disabling all click events on all DOM elements for a small bit of time

2009-05-27 Thread con-man-jake
ta associated to it. > > Here's some reference on event > delegation:http://www.learningjquery.com/2008/03/working-with-events-part-1http://lab.distilldesign.com/event-delegation/ > > Hope that helps. > > On May 27, 7:58 am, con-man-jake wrote: > > > I am new to jq

[jQuery] Re: disabling all click events on all DOM elements for a small bit of time

2009-05-27 Thread con-man-jake
> On May 27, 7:58 pm, con-man-jake wrote: > > > I am new to jquery and to web development in general. > > I have many elements (over 100) on a page each with an onclick event > > listener function.  They have different listener function names and > > varying number

[jQuery] disabling all click events on all DOM elements for a small bit of time

2009-05-27 Thread con-man-jake
I am new to jquery and to web development in general. I have many elements (over 100) on a page each with an onclick event listener function. They have different listener function names and varying number of parameters. The functions may take a second or two to process. If I click on any one of