Safe Ajax Links – using Jquery
Monday, June 8th, 2009About the author
Hi guys, I am Prathap Beschi, PHP programmer from Balyhoo Advertsing, Chennai, India. I like developing ajax websites, jquery plugins. Follow me on TWITTER.
Introduction
This tutorial is an improvement of How to load content via AJAX in jQuery.
We are going to learn how to make safe ajax links – ajax links that work properly though the browser does not support javascript.
I always worry about ajax links; what if the user’s browser is not enabled javascript?! They can’t go further pages.
Already i have developed some ajax websites, so i want to overcome this problem. We can make a ajax website work properly though there is no javascript with a simple trick. I use Jquery for ajax development, so now i explain this with Jquery.