javascript - How to use jquery in php file? -
I am currently creating a table with data from php and mysql db ...
So I need to use Jquery in the table ....
How can I do this? I am feeling that I have to import the library in any way?
Thanks
Place this place anywhere in the HTML header area of your PHP file :
echo & lt; Type the script = "text / javascript" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> ';
Comments
Post a Comment