- jQuery content loading script - Help finding the code [closed]
- <div id="video-section" class="with-ads">
- <!-- Videos Go Here -->
- </div>
- <a href="#" id="mostviewed">Most Viewed</a>
- <div id="video-section" class="with-ads">
- <!-- Videos Go Here -->
- </div>
- $(document).ready(function() {
- $('#mostviewed').click(function(event) {
- $('#video-section').load('WHEREEVER YOUR PHP FILE IS HERE');
- });
- });