QUESTION: I once read in this forum that it is a good idea to limit the number of "new" jQuery methods and write as much script as possible outside of the jQuery framework. If this is true, then how does one go about assigning functions to tags, if they are not themselves jQuery methods that one creates.
BACKGROUND: In my eagerness to get up to speed quickly I began turning every function into a jQuery method. This may be contributing to some of my difficulty. Roddy