I have a server side code block such as <%Response.Write(...)%> How would i append it dynamically from client side script using jquery?
$("div.items").append('<form action="#" method="POST">');
$(".items form').append('<%Response.Write(...)%>') //???
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire