我是 jquery 的新手,但能够想出这个 - http://jsfiddle.net/t2x9G/3/
我正在 wordpress 中构建并试图弄清楚如何使填充的新文本来自帖子而不是嵌入代码中。
$('#navone').click(function(){
$('#title').text("#1 title");
$('#content').text("This is the text from number one");
});
我希望新文本可以在客户端进行编辑。
我是 jquery 的新手,但能够想出这个 - http://jsfiddle.net/t2x9G/3/
我正在 wordpress 中构建并试图弄清楚如何使填充的新文本来自帖子而不是嵌入代码中。
$('#navone').click(function(){
$('#title').text("#1 title");
$('#content').text("This is the text from number one");
});
我希望新文本可以在客户端进行编辑。