0
0
zero-blog/public/javascript/admin.js
Gibheer 9949d409f8 * changed the links to relative paths
* added links to the headings of the posts
2011-07-19 20:22:50 +02:00

5 lines
117 B
JavaScript

$('a').live('click', function(e){
e.preventDefault();
$('#content').load($(this).attr('href') + ' #content');
})