我想用Flex滑块显示图库,如本教程中所示:
https://www.advancedcustomfields.com/resources/gallery/
所以我去了Flexslider网站,按照以下步骤:
https://woocommerce.com/flexslider/
我把这段代码放在哪里?
<!-- Place somewhere in the <head> of your document -->
<link rel="stylesheet" href="flexslider.css" type="text/
我有一个custom.js文件在app/文件夹中,该文件夹是在生成自定义控制器时创建的。现在,我在app/views/customs下创建了一个app/views/customs文件,它是自定义控制器视图的一部分。此custom_action.js.erb文件用于处理ajax响应。
现在我面临的问题是我不能访问在custom_action.js.erb.中定义的custom.js中定义的函数。这是我的custom.js文件。
$(document).ready(function(){
function someFunction() {
// do someth
我在我的custom.js文件中编写了一些代码,并在controller.php文件中注册为:
public function init()
{
parent::init();
$this->registerScripts();
}
public function registerScripts(){
Yii::app()->clientScript->registerScriptFile(
Yii::app()->request->baseUrl.'/js/custom.js',CClientScript
// Get the modal
var modal = document.getElementById('bozy-mymodal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('bozy22-popup');
var modalImg = document.getElementById("image-01"