Quote Originally Posted by g2ktcf View Post
found it

OMG I have been fighting this for days. I kept asking myself, why is the jQuery selector showing an error in the console. Well, I copied that selector string out of another post but the selector was at the end of a sentence...so I got

Code:
#ottotal > .ot-text.
instead of the correct

Code:
#ottotal > .ot-text
That extra period causes a mess!
Nice one; thanks for reporting back!