将模板内容添加到我的页脚

时间:2015-11-07 00:24:11

标签: jquery html css twitter-bootstrap footer

我尝试将从模板中找到的页脚内容添加到我的滑出页脚中。现在模板页脚覆盖整个页面的宽度;我试图将其放入滑出页脚中。您可以在codepen.io上看到整个代码。目前代码尚未加载,不确定原因。提前谢谢。

result = "0"
intList = [] 
LengthList = int(input("Please enter the amount of numbers")        
while len(result) < LengthList:
 userNumber = input("Please input a number: ")
 intList.append(userNumber)
 removeDuplicate = set(intList)
 result = list(removeDuplicate)
print (result)

1 个答案:

答案 0 :(得分:1)

这是我修复后的代码

[http://codepen.io/anon/pen/GpYoeW][1]

问题是你的js部分无效

enter image description here

enter image description here

相关问题