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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -