Hello. I have a small bit of jquery code I am trying to use in the Javascript tab (JS) in X-Pro, but cannot get it to function. When I place the code below in a .html file, made with a text-editor, it works perfectly. Any idea?
$( “#virtual-poss” ).click(function() {
$( “#virtual-poss-txt” ).toggle( “slow”, function() {
});
});