Woops, you're right of course. I saw the $ at the front of the Calculate and assumed it should be a jQuery object. Killed by convention :).
Is the "disabled = false" not working? I've had similar problems and have used removeAttr('disabled'). So in this case it would look like: $($Calculate).removeAttr('disabled'); Karl Rudd On 4/4/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Using the [] operator returns the "raw" DOM element. Using eq() > function returns a jQuery "wrapped" object. He wants the DOM element because he's setting the 'disabled' prop.