17628.js 272 B

123456789
  1. <!-- start Simple Custom CSS and JS -->
  2. <script type="text/javascript">
  3. /* Default comment here */
  4. $('#pricing-on-click-function .btn').click(function(){
  5. $('.btn').parent().find('p').css("background": "black");
  6. });</script>
  7. <!-- end Simple Custom CSS and JS -->