Dupicate of: JQuery AJAX Return Not Working (same author)
Dear All I have doubt in integrating php and jquery,Let i explain the Steps I done
I have mainFile is MyFile.html and ajax call file is ajax.php .
ajax.php function is send the links to myFile.html as
<a href="Link.php?action=Function"></a>.
echo "<a href Link.php?action=Delete";
When i Click the Return Link from MyFile.html[above]
Its not working .I need how to Modify the equivalent code from JQuery to Work correctly in Myfile.Html.My Motivation is ajax.php return Link Should work in Html. Any idea.
