我需要知道如何制作一个像这样的页面:
http://www.stampile.ro/comanda.php
如何使表格出现和消失?
你能告诉我怎么做吗?我有所有的表格和单选按钮,但我不知道如何创建类似的东西。
我需要知道如何制作一个像这样的页面:
http://www.stampile.ro/comanda.php
如何使表格出现和消失?
你能告诉我怎么做吗?我有所有的表格和单选按钮,但我不知道如何创建类似的东西。
<div>
您可以使用 jquery更改 a 的内容。基本上它是这样工作的:
$('.click').click(function() {
var content = "<img src='test.jpg'> <p>lorum ipsum ipsum ipsum </p>"
// replace the contents of the div with the new contents
$('#content-container').html(lcontent);
// cancel the default action of the link by returning false
return false;
});
见:http: //jsfiddle.net/n9Vb9/
在表单中使用它时,我想建议您查看此页面:根据选择值显示/隐藏字段