Javascript not affecting plugin
-
Hi,
I need to customize some things (need conditional display of slots)
The JS I write seems not to be affecting the plugin elements, for example:
jQuery(document).ready(function($) {
$(‘a[h1=”14″]’).parent().css({
‘cssText’: ‘display: none !important’
});
});is not hiding the element.
css in style.css is working.Could you suggest me something?
*I plan to buy the commercial version (I need WC payment gateways)
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Javascript not affecting plugin’ is closed to new replies.