jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › Need your help
This topic contains 7 replies, has 2 voices, and was last updated by Peter Stoev 10 years, 4 months ago.
-
AuthorNeed your help Posts
-
Please I need your help, I was working in a version of my application, then it seems to be some weird because now I’m getting this error:
Uncaught TypeError: Cannot read property ‘length’ of undefined jqxcombobox
Everything was working very well, I don’t what I did but it seems to be something broken, I restart for a version that work correctly and it is getting me the same problem…
Please any help??Sorry I also delete all my last code and also I’m getting this problem now:
Exception was thrown at line 7, column 43070 in http://localhost:57263/Scripts/JQWidgets/jqxdatetimeinput.js0x800a138f – JavaScript runtime error: Unable to get property ‘_daysInMonth’ of undefined or null reference
If there is a handler for this exception, the program may be safely continued.
Hi jperera,
I suggest you to look at the Getting Started help topics and API documentation and online demos to learn how to use our widgets.
Best Regards,
Peter StoevjqWidgets Team
http://www.jqwidgets.com/thank you peter, I’m already using the widgets and everything work fine but in one moment, the application start to getting me this error!!!
But thank you for your commitment with my problem!!!Hi jperera,
If you experience some issue, then provide jsfiddle.net sample which demonstrates it.
Best Regards,
Peter StoevjqWidgets Team
http://www.jqwidgets.com/Hi, thank you Peter, I already use jsfiddle.net, isn’t a problem of how to use your widgets I know how to use the problem is something different and I was wonder if your could help me to fix it, I have an application, a complete application finished and I want to buy the license to the customer, the problem is that for example I have in my application this code:
$(“#tbEndDate”).jqxDateTimeInput({ formatString: “MM/dd/yyyy” });
$(“#tbEndDate”).val(null);
that in the beginning works fine, and it is like the documentation, now I don’t know why and I don’t have any idea when I execute the application it throw me an exception saying:Exception was thrown at line 7, column 365116 in http://localhost:57263/Scripts/JQWidgets/jqx-all.js
0x800a138f – JavaScript runtime error: Unable to get property ‘_daysInMonth’ of undefined or null reference
If there is a handler for this exception, the program may be safely continued.
In the same way with the jqxcombobox, there must be something that I changed or did that broke everything, I just need your experience to get with the problem and solved it… please
I don’t know I create another project with the same code for jqxDateTimeInput and work fine, I don’t know what happen with the application!!
Hi jperera,
As I wrote, if you have an issue, then share jsfiddle.net sample which demonstrates it. Otherwise, we are unable to help you.
Best Regards,
Peter StoevjqWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.