我正在使用这个: http://codesandnotes.com/sticky-elements/(见jsfiddle) 但我在让它上班时遇到了问题。粉红色的css拉过,但它不会粘住/不会变成红色。
我在html和js中将文章改为一边。我正在使用wordpress。我已将js添加到js文件夹中并在标题中调用它,该标题正在拉入正确的模板。我已将css添加到主style.css中。 js和css文件位于不同的位置 - 这可能是什么阻止js被调用?
非常感谢任何帮助。感谢
答案 0 :(得分:0)
是固定的吗?
反正!
首先向您的css
添加jQuery
和WordPress Header
图书馆链接。然后从jsfiddle添加html codes
。完成所有事情之后。
将jsfiddle中的copied js script
文件包含在页面底部。请参阅下文code
将帮助您了解。 但它在html中
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link href="copied_css_file_from_the_jsfiddle.css" rel="stylesheet" type="text/css">
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script><!-- jQuery Library -->
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script><!-- jQuery Library -->
</head>
<body>
<p>This is the proper way <small>How to use css js and html in correct way</small></p>
<!-- add the html code from the JSFIDDLE-->
<script type="text/javascript">
$( document ).ready(function() {
//Copy and paste the script from the JSFIDDLE
});
</script>
</body>
通过在任何社交网络中搜索yeshansachithak
与我联系。感谢