+ 1
How to create html in another html?
4 Respuestas
+ 5
What do you mean by create?
+ 2
S.K Studios You have to load html. There is a function in jQuery that is
$("#elementId").load(filepath, {
//js code
});
0
Like a code i did. The log in page, i want to make a sign up page. So when you tap sign up, it should create another page
0
Codeplayground is very basic, you're only able to make static webpages.