6 lines
188 B
Text
6 lines
188 B
Text
function costumStart()
|
|
{
|
|
//define your javascript here
|
|
//jquery is avaiable - except index.js
|
|
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
|
|
}
|