Hi i created new wordpress plugin for CondeCanyon i need using Jquery-UI file. Does i can use the jquery-Ui url from official website instead of download it to my plugin js folder?
You should enqueue jQuery-UI directly from the built in version in WordPress, that way if any other plugins, or the theme are enqueing it, it only happens once. If you enqueue your own version you risk double loading jQuery-UI on the site.
WordPress has UI built in - https://developer.wordpress.org/reference/functions/wp_enqueue_script/
You would need to enqueue your own css file for the styling.
Thank i searched within wordpress built in jas files i can’t find jquerUi file. if wordpress contains this file it is easy for enqueue it
Thank i know use this function but told may be the jqueryUI file or script don’t integrated with wordpress
It’s listed right here, jquery-ui-core https://developer.wordpress.org/reference/functions/wp_enqueue_script/
wp_enqueue_script('jquery-ui);