I have several JSP pages that include some JavaScript (jquery, jquery mobile and some javascript functions that I wrote).
When loading pages and trying to run my functions, I get an error in Firebug that the function was not found. I looked at the source of the page, and there is a function.
All other jquery mobile features work.
The only way to get my script to do a forced update (ctrl + f5).
Why is this happening? How can i fix this?
EDIT
It seems that a simple update will also work.
Here is the source code for the page:
http://pastebin.com/6sJnfPDQ
source
share