WordPress Jquery not work with own Plugin for WordPress
-
I developed a JQuery Plugin.
These Plugin isn’t Compatible with the WordPress Query Version.
My Drag and Drop do’nt work.
If i Register a Query Version in WordPress. The Drag And Drop Works. But it gaves Compatible Error with WordPress. How can I solve thisvar obj = $("#drop-zone"); obj.on('dragenter', function (e) { e.stopPropagation(); e.preventDefault(); $(this).css('border', '2px solid #0B85A1'); });I have the answer: https://premium.wpmudev.org/blog/adding-jquery-scripts-wordpress/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WordPress Jquery not work with own Plugin for WordPress’ is closed to new replies.