Thursday, June 18, 2009

ajax link on no javascript problem - jquery

Problem:
I use jquery for developing ajax processes.

like $("#myLink").click / load...

if the browser javascript disabled, then the ajax link will not work and the user cant go through the pages in the website...

Solution: http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/