Quote Originally Posted by DrByte View Post
Do I correctly read that Zen Cart is properly outputting the page-specific js that you've asked it to?
And that your problem is really just that your custom javascript/jquery code isn't performing as you intended?
Yes. I know the js file works by the above-mentioned alert("alert"); works.
But anything to change the background color value of the css button containing the phrase 'Check Out' does not work.
This is why I'm puzzled...and wondering if this particular JS should be in the onLoad??
I want the proper defined button color to appear when the page loads before anyone ever clicks or mouses anything.

I've also tried to change the background-color attribute of the btn-primary class with attr() to no avail...

Thank you, Tom