| Issue 192: | JQuery is not defined | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I have my Jmesa Table populated with Data, MaxRows is fixed to 3.
I have "Résultats 1 - 3 de 9. in the bottom of table"
When I click on icons "Suivant" or "Précédent" of the Jmesa Table, no event
happens.
I have specified in my JSP these lines :
* <script type="text/javascript" src="vues/jmesa/js/jmesa.js"></script>
<link rel="stylesheet" type="text/css" href="vues/jmesa/css/jmesa.css" />
* <script type="text/javascript">
function onInvokeAction(id) {
setExportToLimit(id, '');
createHiddenInputFieldsForLimitAndSubmit(id);
}
</script>
I am sure that all the files needed were present :
-jmesa.js
-jmesa-mon.js
-jquery-1.2.2.pack.js
-jquery.bgiframe.pack.js
May 8, 2009
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Invalid
|