how does creating an object in jquery and pure javascript differ? Does jquery use a prototype template or constructor template to create an object?
jQuery IS pure JavaScript. Therefore there is no difference.
JQuery is just a javascript structure, not a separate language, so there is no difference. When you write jQuery you write javascript