คำถามติดแท็ก datepicker

2
สไตล์ที่สร้างขึ้นสำหรับ jquery-ui-datepicker
ฉันต้องการใช้ datepicker ที่มาพร้อมกับ WordPress ที่ส่วนหน้าของเว็บไซต์ ฉันลงทะเบียนjquery-ui-datepickerแต่ datepicker ไม่ได้จัดรูปแบบ (ไม่มีข้อผิดพลาด js ในคอนโซล) มีสิ่งที่เกี่ยวข้องwp_enqueue_styleหรือไม่? ฉันใช้รหัสนี้ใน functions.php function rr_scripts() { wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'jquery-ui-datepicker', array( 'jquery' ) ); wp_register_style( 'bootstrap_css', get_template_directory_uri() . '/assets/css/bootstrap.min.css' ); wp_enqueue_style( 'bootstrap_css' ); # I'm using Twitter Bootstrap as CSS(if it matters) } add_action( 'wp_enqueue_scripts', 'rr_scripts' );
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.