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