I notice that jQuery 1.2.6 is installed with the latest version of Drupal 6. But it's not called by content pages by default. Assuming I wanted to include a very simple jQuery code snippet (not a plugin, etc.) in a page:
I'm looking for a solution for non-coders. And while modifying php files is an option, it's my least desirable solution. Instead, I want to add in a script tag, pulling in the latest version?
I can imagine that it could cause problems we can't even anticipate down the road, but I've confirmed that it does work quite nicely on a single page (as of the current version, etc).
Is there another simple way to enable jQuery by default, something that can be done with minimal coding?