/Kose-i.github.io

My test Website.

Primary LanguageHTML

Kose-i.github.io

リンク My test Website.

Use jQuery

for this code

function jump_links() {
  $('#container a').click(function() {
    e.preventDefalt();
    loadPage(e.target.href);
  });
}
$('#container').load(url+' #content', jump_links);

Use bootstrap

for CSS

TODO