Topic awaiting preservation: HTC behaviors |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 02-01-2002 22:20
Is there an issue with using document.getElementById inside of a behavior? It doesn't seem to return a valid object when called within the behavior, but it works fine outside in a normal JS file. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 02-02-2002 05:41
behavior? |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 02-04-2002 17:12
A behavior is a bit of JavaScript assigned to an element via CSS. It's a handy way of encapsulating and applying common code. Unfortunately, there seem to be some quirks to their use. |