Ah sorry, it was missing from the original post sorry paul, but its in my code, thats why I got confused, and in fairness didnt help, so sorry about that.
Oh dear, I have started writing a book of prompts to help with this issue.
Look at line ... Why does ...
Does ... work instead of the ...? While that might ..., it's not ... because ...
... is commonly why ... works and ... doesn't. Is that somewhere ...
Do not remove ..., instead understand why ...
Line ... starts with ...
Why is it a good idea to ... in ...? Details on ... is found at ...
There you will see info on ..., where ..., making it ...
Does jQuery work instead of the $? While that might work, it’s not a good solution because you will need to use jQuery all over the place, and secondly you haven’t yet understood why the $ symbol is not working as expected.
noConflict is commonly why jQuery works and $ doesn’t. Is that somewhere one the page?
Do not remove noConflict, it’s there for good reason. instead understand why it’s there in the first place. Commonly it’s because another library also wants to use $ for its own purpose.
As noConflict is there for good reason, do you know of some other way to get the $ symbol working properly?