Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Where do you write the jquery codes Re: Where do you write the jquery codes

#57988
Sirlon
Member

Your question is where or how to place the javascript or the php ?

In case of php, it depends on what you wish to accomplish.
php scripts are wrapped in php tags

maybe you should search for tutorials and take a look at http://www.php.net

In case of javascript (jQuery is Javascript), you can write it in the header or also in the body as inline script
or if it is a bigger script by an own .js file and including it