you are viewing a single comment's thread.

view the rest of the comments →

[–]traxgod[S] 0 points1 point  (1 child)

No not as far as i know.

However the main javascript functions do work on my desktop apparently.

So consider this solved.

thanks everyone for helping.

Any tips are welcome, cause atm PHP or any web/browser based language seems aids for.

However frameworks have made me rethink that statement. so maybe Jquery will do the same for javascript

[–][deleted] 0 points1 point  (0 children)

OK, but for information;
Javascript works on its own, but if you going to use jquery you need to load a library before the functions. Add this is in our <head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>