conflict with gravity popup maker
-
Hi,
I’m using a gravity popup maker to create popups and display content from other sources. when this plugin is active, the first select dropdown of your plugins work perfectly fine.. however when adding the 2nd row, it only displays a dropdown without autocomplete.
I’m pretty sure this is an easy fix, however I need both plugins, yours and gravity popup maker to work together. Any help / pointer please?
NB: I tried this : to inject functionality when clicking the plus button, it doesnt display properly (run behind popup)
$(“#pum-2034”).delegate(“.add_list_item”,”click”,function(){
$(“#pum-2034 select:visible”).each(function(){
$(this).chosen();
})
})
- The topic ‘conflict with gravity popup maker’ is closed to new replies.