开发者

WordPress and jQuery UI

开发者 https://www.devze.com 2023-04-08 12:44 出处:网络
I like to know if there 开发者_高级运维is already installed in WordPress the jQuery UI for the administration panel.

I like to know if there 开发者_高级运维is already installed in WordPress the jQuery UI for the administration panel.

If not then I have to load it.

If is loaded how can I use it ?


You can include jquery by including the following in header.php

<?php 
wp_enqueue_script("jquery");
wp_enqueue_script('jquery-ui-core');
php wp_head(); 
?>

Source

0

精彩评论

暂无评论...
验证码 换一张
取 消