Hi.. My script throws a JS error “Uncaught TypeError: $(…).jqxTextArea is not a function” when trying to define a TextArea.
The script header is as follows.
<script type=”text/javascript” src=”../js/jquery-1.11.1.min.js”></script>
<script type=”text/javascript” src=”../ui/jqwidgets/jqxcore.js”></script>
<script type=”text/javascript” src=”../ui/jqwidgets/jqx-all.js”></script>
<link rel=”stylesheet” href=”../ui/jqwidgets/styles/jqx.base.css” type=”text/css” />
<link rel=”stylesheet” href=”../ui/jqwidgets/styles/jqx.darkblue.css” type=”text/css” />
Can someone help me to resolve the issue? Other controls like text box/radio/chk box/pulldown menu etc.. are working fine.
Thanks,
Justine