Uncaught TypeError: Cannot call method 'click' of null scripts.js:3
Uncaught TypeError: Cannot read property 'value' of null
Uncaught TypeError: Cannot read property 'value' of null
oto skrypt
$(document).ready(function() { $('#menu a').click(function(){ var changing_page = $(this).attr('href'); $('#content').hide(0 ,request); function request() { var page = $.ajax( { url: "includes.php?p=" + changing_page, type: "GET", success: function(html) { $('#content').html(html).show(); } }); } return false; }); });