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/

Saturday, May 16, 2009

Wednesday, May 6, 2009

Hidden page problem in ajax - Jquery

Problem in accessing hidden / remote file directly when using ajax...

http://beski.wordpress.com/2009/05/06/hidden-file-problem-in-ajax/