[jQuery] Enable/Disable extension

2007-10-09 Thread Daddy Fastman
Am I re-inventing the wheel here? I just want a simple extension to test if a control is enabled and to set jQuery objects quickly. If this has already been done, could you point me to it? If not, please offer comments on my approach. Thanks, Dave jQuery.fn.enabled = function(enableIt) {

[jQuery] Re: what do I have wrong?

2007-07-15 Thread Daddy Fastman
Maybe try .html() instead of .text() to get the number from the cell. On Jul 15, 11:37 am, Rick Pasotto [EMAIL PROTECTED] wrote: The following code doesn't work. There are no errors reported but nothing happens. What have I misunderstood and therefore gotten wrong? Am I even on the right