我成功地在我的博客中添加了like和tweet按钮,但我不确定如何在每个帖子之后水平对齐它们。我想要做的就是把tweet按钮放在facebook的like按钮的左边,这样它就会很漂亮和整洁。最后,我还想添加G+按钮。
我的博客是www.thoughtsrandom.com
在这方面的任何帮助都将非常感谢。
下面是代码。我放在{/block:PostNotes}之后
<div id="fb-root"></div>
<script>(function(d){
var js, id = 'facebook-jssdk'; if
我已经写了一些js代码。
代码结构如下:
1. i load the page with basic html and js;
2. i make an ajax call (to php) and get the json variable;
3. i output the variable with some html code via jquery html
4. i would like to add an extra code that is relevant to the html code i output on stage number '3'. i writ
我已经使用jsplumb匹配了columns模板,其中我使用了拖放功能。一切都在web浏览器上运行得很好。但当我在平板电脑浏览器上运行同样的程序时,它就不能工作了。我读过他们建议使用touchpunch的论坛。我也用过这个。但是当我点击圆圈来匹配另一列时,它不会移动。请指出哪里出了错。我使用的代码片段是:
main.js
function display()
{
var questiontxt = xmlDoc.getElementsByTagName("questionTxt")[0].childNodes[0].nodeValue;