jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

jQuery confirm in no conflict mode

Open Cobolt77 opened this issue 5 years ago • 0 comments

jquery-confirm version: v3.x.x

I'm submitting a ... (check one with "x") [ ] bug report [x ] feature request [ ] support request

Current behavior: $.confirm is not a function. Inserting the entire library into jQuery's no conflict mode (see code below) let you use the plugin within a wordpress plugin.

Expected behavior: The function should be detected by my script in my wordpress plugin.

Steps to reproduce: Simply load jquery-confirms in a worpress plugin

Related code:

jQuery(document).ready(function () {});

Cobolt77 avatar Nov 21 '19 11:11 Cobolt77