I think I've installed 3.1.3 using composer (I'm not sure how to check which version I have installed) using
composer create-project silverstripe/installer ./my/website/folder
when I try to add a new page the Create button just spins and I get a javascript syntax error showing in Firebug.
Error: Syntax error, unrecognized expression:
...{try{if(pseudoWorks||!Expr.match.PSEUDO.test(expr)&&!/!=/.test(expr)){var ret=ma...
I'm guessing there's something wrong with Sizzle/jQuery as the next editing screen doesn't appear.
If I refresh the browser I can see the newly created Page in the Pages list and edit it