<script type="text/javascript">
$(document).ready(function() {
// load a page and hijaxing it - make the one section change after
$('a').click(function(event){
var url = event.target.href + " #content";
$('#content').load(url);
return false;
});
});
</script>
<body>
<ul>
<li><a href="pages/tabs3.html">Cars</a></li>
<li><a href="pages/tabs1.html">Busses</a></li>
<li><a href="pages/tabs2.html">Trains</a></li>
</ul>
<div id="content"></div>
</body>
Ajax page section hijaxing – simple
Posted in Coding
Leave a comment
Incredible pictures from Japan
Amazing images of the clearup after the Earthquake and Tsunami
Posted in World News
Leave a comment
New Gloves
My Specialized gloves are on their last legs… Luckily some nice new Troy Lee Design ones arrived today. I describe them as ‘Stormtroopery’!
Posted in Cycling
Leave a comment

