This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="uk-grid tm-price" data-uk-grid-margin="" data-uk-grid-match="{target:'.uk-panel'}"> | |
| <div class="uk-width-medium-1-5 uk-text-center"> | |
| <div class="uk-panel"> | |
| <div class="price">$24<sup>.99</sup></div> | |
| <h2 class="uk-panel-title uk-margin-top">per month</h2> | |
| <p class="tm-panel-subtitle">Health Checks <br>Personal fitness programm <br>Membership cards</p> | |
| <a class="uk-button uk-button-large" href="#" title="Buy Now"> | |
| <i class="uk-icon-akplus">+</i> | |
| <span>Buy Now</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // check compatibility | |
| if ( version_compare(PHP_VERSION, '5.3', '>=')) { | |
| ... | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var jQ = false;function initJQ(){if(typeof(jQuery)=='undefined'){if(!jQ){jQ = true;document.write('<scr'+'ipt type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></scr'+'ipt>');}setTimeout('initJQ()',50);}else{(function($){$(function(){ | |
| console.log("this is jq"); | |
| });})(jQuery);}}initJQ(); |
NewerOlder