Custom widget

0
Hi, I have created a custom widget and i have included content types such as Html,JavaScript,JavaScript with jQuery in it .when i'm trying to implement some action using Html code or JavaScript code or jQuery code is not working which i have included in content types such as Html,JavaScript,JavaScript with jQuery .i have followed the instructions too. can anyone suggest me how to resolve this...
asked
1 answers
0

Did you follow this instructions? If you do that jquery is automatically included.

Check the syntax of your widget with JSLint (built in brackets and plugin for notepad++ and other editors.

Start your browser with http://localhost:8080/index-console.html and press f12. Watch the red-lines.

answered