tags:

views:

30

answers:

1

I was trying out the jqTouch demos in my localhost. Couldn't get any response after clicking on the "submit". I googled the problem and only found this link text but it doesn't work.

A: 

Just remember to add the ajax file(such as ajax_post.php) in the .htaccess file. Cheers!

RewriteCond $1 !^(index\.php|javascript|**ajax_post\.php**|robots\.txt|captcha)
p0larBoy