/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- The next line is a reference the core jQuery script file --> <!-- If you want to use any jQuery Plugins, reference the additional scripts and/or CSS files below this--> <!-- The following block is an empty template to setup your jQuery Plugins --> <script type="text/javascript"> $(document).ready(function(){ /* OK, you can now initiate your jQuery plugins */ /* no more jQuery after this */ }); </script> </head> <body> </body> </html>