same code doesnt work for 2 different file
same code doesnt work for 2 different file
Dear all,
First of all thanks for all who are helping, i read a lot and learned a lot from your answers.
Now the time for my issue. i created a table based on your codes and it works correctly as it seems below link :
gama-group.ir/gametest/pk/SimpleAjax.html
but i created a copy of this in a complected file which is password protected. but i removed those parts and below you may see the result file :
gama-group.ir/gametest/pk/SimpleAjax2.php
could you please take a look at these and advise what is the problem
This question has an accepted answers - jump to answer
Answers
There are lots of Javascript errors if you have a look in your browser's console. It looks like you are loading jQuery plug-ins before jQuery itself.
Allan
thanks a lot,
i didn't saw this mistake. after loading JQuery on top all fixed.