在约会过程的第三步,我在Google Chrome中得到了下面的错误。
Uncaught TypeError: jQuery(...).intlTelInput is not a function
at HTMLButtonElement.<anonymous> (custom.js:330)
at HTMLDocument.dispatch (jquery.js:3)
at HTMLDocument.r.handle (jquery.js:3)
custom.js处的第330行显示了以下代码:
var phone = jQuery("#phone
// Creates the function
function my_custom_javascript()
{
// Loads the script into the function
wp_enqueue_scripts('my_custom_javascript', plugin_dir_url(__FILE__) . '/assets/js/custom.js', array('jquery'));
}
// calls the function where the script is located
add_action
我想做一个导入vue组件的js模块文件,并在那里注册。然后继承此组件并将其用于应用程序的主组件。我也发现过类似的案例,但问题是,我没有使用vue线索。
custom.js
import customMain from '/custom/components/main/main.js';
window.Vue.defineComponent('custom-main', customMain);
在app.js中
import Main from '/global/components/main/main.js';
var App = creat
我正在使用Wordpress和联系人表单7。我需要显示一个弹出使用magnificPopup js,这将在成功提交后的联系表格。已经为wpcf7_mail_sent添加了一个钩子,但是我如何调用弹出以使用javascript显示。
例子:
In functions.php
add_action( 'wpcf7_mail_sent', 'after_send_mail_from_contact_form' );
function after_send_mail_from_contact_form($contact_form){
// what to do he
我有一个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"