I use jQuery for validation and a multitude of plugins but i would like to move the jQuery validation especially to the server. I usually backup client side validation with a set of PHP routines to catch any instances where JS may fail. Basically ...
Is it possible to use jQuery server-side? whilst researching this i can see potential solutions like, Node.js, PhantomJS, JSDom, Cheerio but i cannot see from the docs how i would use them with 3rd-party jQuery plugins, they seem geared to raw JS and running server instances. Any advice to set me on the right path would be appreciated and i can explore further.