Ajax Links – that work without javascript
Last week i have sent a tutorial to http://www.yensdesign.com about ajax links.(http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/)
Then i have desided to write something about that here….
Say, you are making a website with ajax links (using jquery); What if the user’s browser not enabled javascript?
They cannot go further pages.
Then how to make a website with ajax links, work perfect though the browser does not support javscript? (using jquery)
Cool work, really. So this is the first “AJAX-navigation-script” that works on my page, because I understand it! Thank you for that.
But I have a little Problem. Let’s look on the demo. When I click a ajax link (eg news) I see the content of news directly. Then the container slides up and show me the news-content again.
Sorry for my miserable English. There are great tuts on your page!!
MfG Christoph
Christoph
August 5, 2009
//Cool work, really. So this is the first “AJAX-navigation-script” that works on my page, because I understand it! Thank you for that.
//
Thanks for your comments.
//But I have a little Problem. Let’s look on the demo. When I click a ajax link (eg news) I see the content of news directly. Then the container slides up and show me the news-content again.//
you are right, it is not working in the order. To make this correct we have to use chaining. Anyway we can work this without the animation.
I will try to make this actions in chain.
beski
August 6, 2009
Thanks for your quick reply. I see you know what you are talking about.
Keep it up!
Christoph
Christoph
August 8, 2009
//Keep it up!
Christoph//
Thanks.
-Beschi.
beski
August 9, 2009