I am not able to get jQuery Address plugin working. I have an index page with a div like:
<div id="test"></div>
I want its content to load dynamically with jQuery Address.
I also have a menu like:
<a href="portfolio.php" rel="address:/portfolio">portfolio</a>
<a href="curriculum.php" rel="address:/curriculum">curriculum</a></li>
My JS is:
$('a').click(function(){
$("#test").load($(this).attr('href'));
});
And:
$.address.change(function(event){
$("#test").load(event.value);
});
I was not able to do more than this. Is someone able to help me and explain me? The doc is very little..
I’ve not used jquery address, but here is an example of somebody trying to do exactly what you were trying to do
http://www.asual.com/jquery/address/samples/state/