We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey There! First off, this plugin is awesome.
However, I'm noticing that for some reason I can't target the
Here's what it looks like:
PICK A PRINT Giclee Print Screen Print
and here's my script:
<script type="text/javascript"> $(document).ready(function() { $('.screen-price').hide(); $('.screen').click(function(){ $('.digital-price').hide(); $('.screen-price').show(); return false; }); $('.digital').click(function(){ $('.screen-price').hide(); $('.digital-price').show(); return false; }); $('.add-to-cart').click(function(){ return false; }); }); </script>
Not sure why it isn't hearing it; I'm not getting any errors. Any advice would be appreciated.
Thanks! JC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey There! First off, this plugin is awesome.
However, I'm noticing that for some reason I can't target the
Here's what it looks like:
and here's my script:
Not sure why it isn't hearing it; I'm not getting any errors. Any advice would be appreciated.
Thanks!
JC
The text was updated successfully, but these errors were encountered: