Cy Culpin

Stuff and things around me

Ajax page section hijaxing – simple

<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>
Posted in Coding | Leave a comment

Incredible pictures from Japan

Amazing images of the clearup after the Earthquake and Tsunami

http://www.boston.com/bigpicture/2011/06/japan_three_months_after_the_q.html?fb_comment_id=fbc_10150233964804758_20532571_10150234898634758#fc0e8dbbc

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’!

20110522-120306.jpg

Posted in Cycling | Leave a comment

www.cyculpin.com 2011© | Site powered by Wordpress | Log in | Admin