Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

JS Consol Show an Error

$
0
0

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();
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles