JavaScript or jQuery pop up registration form

Hello there. I am building my portfolio web-site and for it I need to use a reagistration form . On many web sites I have seen pop up registration forms . For example when you click on register button a form pops up (at the same time you remain in the same page ) and you can fill in the forms and submit . So I mean does javascript or jquery have that type of code that i can integrate to my sites code to get that type of pop form .

Thank you in advance!!!

Yes JavaScript can do that.

Since JQuery is just a collection of JavaScript functions it can do it also - since anything those functions can’t do can be done using ordinary JavaScript.