OK。 我知道,这个专题已经涵盖数百次。 最后几小时,我尝试了一切。 实际过去几天。 我现在就错了。 因此,不管怎样,都罚款。 我只要求帮助。
Simple task. Click a button to change the position of the object. (I want to actually be able to click a button and then scatter all the list items in a list about the page... but I feel once I figure out how to do this simple task, I can just figure it out from there.
我诚恳地尝试了电子计算机,我在线看到的每条代码变化。 我不知道为什么它不为我工作,但我认为,这必须是因为我 me上yn子。
<p> I want to move this text </p>
<input type = "button" value = "Click me">
<script type = "text/javascript" src = "js/jquery.js"></script>
<script type = "text/javascript">
$( :button ).click(function() {
$( p ).css({backgroundPosition: 100px 0px });
});
</script>
我试图去除 cur。 我尝试了其他变化,包括:
<script type = "text/javascript">
$( :button ).click(function() {
$( p ).css( backgroundPosition , -100px 0px );
});
</script>
无数小时在这里和其他地方只想解决这一简单问题。
我所希望的是ing。 我可以轻而易举地改变背景,但立场有两个坐标可以改变,我不知道为什么我所尝试的任何事情都没有奏效。
Thanks for the help in advance.