Open GoogleCodeExporter opened 9 years ago
Have you tried using Firebug to dig deeper into the problem? JMesa has JQuery
as a dependency so it should work really well with whatever you are doing.
Original comment by jeff.johnston.mn@gmail.com
on 24 May 2011 at 5:08
Hi
thanks for the reply
I am using struts2Jquery and its working fine when i included
<sj:head jqueryui="true" jquerytheme="smoothness"/> in my code
as i used both "<sj>" tag and "Script jquery-1.3.min.js" it reported "Object
Not Found"
<sj:head jqueryui="true" jquerytheme="smoothness"/>
<script type="text/javascript" src="./js/jquery-1.3.min.js"></script>
then i removed the bellow script and its fine...
<script type="text/javascript" src="./js/jquery-1.3.min.js"></script>
Original comment by vinoop....@gmail.com
on 24 May 2011 at 5:19
Original issue reported on code.google.com by
vinoop....@gmail.com
on 23 May 2011 at 4:55