Replies: 0
Hi i install this plugin but js console display an error in this plugin in file
wps-ext-cst.js
var $ =jQuery.noConflict();
$(document).ready(function() {
show_hide_cndtn()
});
function show_hide_cndtn(){
$(“.cndtn_mode”).hide();
var id = $(‘#ext_cst_apply_cndtn’).val();
$(“#”+id).show();
}