Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-14 Thread Kevin Scholl
Corey Jewett wrote: > The problem with all this is that 4 js files totaling 20K is will > typically make your page load slower than 1 20K JS file. Yes, but this isn't a problem with the manner in which the interface plug-in download works. It combines the chosen modules on the fly, then pack

Re: [jQuery] OT: Anyone know of a good tree control

2006-10-23 Thread Kevin Scholl
Kevin Yehuda Katz wrote: > That tree control fills a very important niche in the jQuery widget > space. It should *definitely* be added to the wiki. > > -- Yehuda > > On 10/23/06, *Kevin Scholl * <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > >

Re: [jQuery] OT: Anyone know of a good tree control

2006-10-23 Thread Kevin Scholl
;ll be changing soon! I need to update some of them, as I've made further strides in several of the examples. Happy to say that management likes the concepts, though. Kevin Ⓙⓐⓚⓔ wrote: > Kevin, that looks great! I bet those dotted numbers could be > dynamically generated too! > &

Re: [jQuery] OT: Anyone know of a good tree control

2006-10-23 Thread Kevin Scholl
Rey, I started with Myles's treeView and noticed the same issues that you apparently have. What I've done is use Myles's script as a start, and then made some pretty significant alterations, including some branching for IE that removes the background images (the root of the display issue in IE

Re: [jQuery] Drop down menu

2006-10-07 Thread Kevin Scholl
A great starting point, but to date Myles has not added beyond the first level. He does present some excellent work, though, yes? FWIW , the menu items on TJ's example are cut off on Firefox as well. I was playing around with this style of menu system this week as well, using Myles's and a coup

Re: [jQuery] Checkboxes

2006-09-11 Thread Kevin Scholl
-see, though, Matt! Kevin Matt Grimm wrote: > Works for me if the checkbox is within a correctly constructed data > cell: > > > > > > m. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Kevin Scholl

Re: [jQuery] Checkboxes

2006-09-11 Thread Kevin Scholl
Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Kevin Scholl > Sent: Monday, September 11, 2006 2:26 PM > To: jQuery Discussion. > Subject: [jQuery] Checkboxes > > Would anyone have any idea why checkboxes within the THEAD and TF

[jQuery] Checkboxes

2006-09-11 Thread Kevin Scholl
Would anyone have any idea why checkboxes within the THEAD and TFOOT of a table would not be recognized up by the following: $(document).ready(function(){ $("[EMAIL PROTECTED]'checkbox']").click(function() { // do whatever }); }); // end ready function I'm working on a check/unch