I have an html page with jqgrid. This jqgrid retrieve data from a php script in json format.
My problem is that if I go on this jqgrid, clicking on “Imprese” all the page become only readable and not clickable. You can see the problem here:
http://mongolera.dyndns.biz/projects/gestionalePreventivi/index.html
I have no idea about what ca be the mistake.
Can you help me?
Thanks.
What is the strange HTML element
which you use? Probably you want to change it to
Your main problem is that under URL
/projects/gestionalePreventivi/js/i18n/grid.locale-en.jsyou can’t loadgrid.locale-en.jswhich is important for the work of jqGrid.I strict recommend you to include
<!DOCTYPE html ...at the beginning of the page. See here an example.