I am using Blogengine 1.6 and everthing works fine.
I tried creatign a mobile theme and used Jquery for mobile nad Jquery to have some good functinality.
So, the very first step of using it is to include following scripts files in theme\MyTheme\site.master
Code:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.js"></script>
I did this and started getting this error:
Microsoft JScript runtime error: 'theForm.elements.length' is null or not an object.
Does anybody has any idea abour what is causing the issue?