Description
Hello, I am using Jquery address along with AJAX SEO (https://github.com/laukstein/ajax-seo)
The problem is the links inside the ajax loaded content is not working. It seems that jQuery address won't bind on ajax-loaded content
I'm trying to achieve a sub navigation style for example lets say in your demo I have clicked on the about link and loaded new content for about page and replaced the content of the '#main_content" div.
The newly loaded content has some links in itself sort of sub links (like sublink1, sublink2, etc) and a new div called "#sub_content".
Now when the sublink1 is clicked i would like to replace the content of "#sub_content" div alone without ever disturbing the '#main_content" div.
I think .address() event is not fired to Ajax loaded content.
Can anyone tell me if it is a bug or am I doing something wrong?
Any help or tips would be great!
--Subramanian