Make jQuery AJAX have a non-javascript (non-ajax) fallback?

Posted by DrAgonmoray on Stack Overflow See other posts from Stack Overflow or by DrAgonmoray
Published on 2012-03-29T23:05:28Z Indexed on 2012/03/29 23:29 UTC
Read the original article Hit count: 91

I've gotten a fair amount of work done on my latest project, but I've realized there's a bit of a problem: If you don't have a Javascript-enabled browser, you can't submit any forms because every form uses AJAX to submit it.

My question to you all: How can I implement some sort of "fallback" so that if they don't have Javascript enabled, they can still submit the form.

Currently I have a banner along the header that says "For the optimal (and by "optimal," we mean "actually working") experience, please enable Javascript in your browser." but that seems like less than the optimal solution.

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX