如何对身体施加背拉伸

时间:2014-11-09 16:08:02

标签: javascript jquery ajax wordpress

我知道这是一个愚蠢的问题,但我不知道将此代码放在Wordpress上的位置

/*
 * Here is an example of how to use Backstretch as a slideshow.
 * Just pass in an array of images, and optionally a duration and fade value.
 */

  // Duration is the amount of time in between slides,
  // and fade is value that determines how quickly the next image will fade in
  $.backstretch([
      "http://dl.dropbox.com/u/515046/www/outside.jpg"
    , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
    , "http://dl.dropbox.com/u/515046/www/cheers.jpg"
  ], {duration: 3000, fade: 750});

这是否必须在脚本标签之间?还是在PHP代码中?

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
CODE
</script>

谢谢

1 个答案:

答案 0 :(得分:0)

据我所知,backstretch在你所针对的那个中添加一个div。 此外,javascript是一种客户端语言。不需要在PHP中执行此操作。

简单回答:在jquery中加载后,在客户端支持的两个脚本标记之间添加它。